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