|
LLVM 22.0.0git
|
This is the complete list of members for Input, including all inherited members.
| bitSetCase(T &Val, StringRef Str, const T ConstVal) | llvm::yaml::IO | inline |
| bitSetCase(T &Val, StringRef Str, const uint32_t ConstVal) | llvm::yaml::IO | inline |
| enumCase(T &Val, StringRef Str, const T ConstVal) | llvm::yaml::IO | inline |
| enumCase(T &Val, StringRef Str, const uint32_t ConstVal) | llvm::yaml::IO | inline |
| enumFallback(T &Val) | llvm::yaml::IO | inline |
| error() override | Input | virtual |
| getContext() const | llvm::yaml::IO | |
| getCurrentNode() const | Input | |
| Input(StringRef InputContent, void *Ctxt=nullptr, SourceMgr::DiagHandlerTy DiagHandler=nullptr, void *DiagHandlerCtxt=nullptr) | Input | |
| Input(MemoryBufferRef Input, void *Ctxt=nullptr, SourceMgr::DiagHandlerTy DiagHandler=nullptr, void *DiagHandlerCtxt=nullptr) | Input | |
| IO(void *Ctxt=nullptr) | llvm::yaml::IO | |
| mapOptional(StringRef Key, T &Val) | llvm::yaml::IO | inline |
| mapOptional(StringRef Key, T &Val, const DefaultT &Default) | llvm::yaml::IO | inline |
| mapOptionalWithContext(StringRef Key, T &Val, Context &Ctx) | llvm::yaml::IO | inline |
| mapOptionalWithContext(StringRef Key, std::optional< T > &Val, Context &Ctx) | llvm::yaml::IO | inline |
| mapOptionalWithContext(StringRef Key, T &Val, const DefaultT &Default, Context &Ctx) | llvm::yaml::IO | inline |
| mapRequired(StringRef Key, T &Val) | llvm::yaml::IO | inline |
| mapRequired(StringRef Key, T &Val, Context &Ctx) | llvm::yaml::IO | inline |
| maskedBitSetCase(T &Val, StringRef Str, T ConstVal, T Mask) | llvm::yaml::IO | inline |
| maskedBitSetCase(T &Val, StringRef Str, uint32_t ConstVal, uint32_t Mask) | llvm::yaml::IO | inline |
| nextDocument() | Input | |
| llvm::yaml::IO::scalarString(StringRef &, QuotingType)=0 | llvm::yaml::IO | pure virtual |
| setAllowUnknownKeys(bool Allow) override | Input | virtual |
| setContext(void *) | llvm::yaml::IO | |
| setCurrentDocument() | Input | |
| ~Input() override | Input | |
| ~IO() | llvm::yaml::IO | virtual |