clang 19.0.0git
clang::MacroExpansion Member List

This is the complete list of members for clang::MacroExpansion, including all inherited members.

classof(const PreprocessedEntity *PE)clang::MacroExpansioninlinestatic
EntityKind enum nameclang::PreprocessedEntity
FirstPreprocessingDirective enum valueclang::PreprocessedEntity
getDefinition() constclang::MacroExpansioninline
getKind() constclang::PreprocessedEntityinline
getName() constclang::MacroExpansioninline
getSourceRange() const LLVM_READONLYclang::PreprocessedEntityinline
InclusionDirectiveKind enum valueclang::PreprocessedEntity
InvalidKind enum valueclang::PreprocessedEntity
isBuiltinMacro() constclang::MacroExpansioninline
isInvalid() constclang::PreprocessedEntityinline
LastPreprocessingDirective enum valueclang::PreprocessedEntity
MacroDefinitionKind enum valueclang::PreprocessedEntity
MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range)clang::MacroExpansioninline
MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range)clang::MacroExpansioninline
MacroExpansionKind enum valueclang::PreprocessedEntity
operator delete(void *ptr, PreprocessingRecord &PR, unsigned alignment) noexceptclang::PreprocessedEntityinline
operator delete(void *, std::size_t) noexceptclang::PreprocessedEntityinline
operator delete(void *, void *) noexceptclang::PreprocessedEntityinline
operator new(size_t bytes, PreprocessingRecord &PR, unsigned alignment=8) noexceptclang::PreprocessedEntityinline
operator new(size_t bytes, void *mem) noexceptclang::PreprocessedEntityinline
PreprocessedEntity(EntityKind Kind, SourceRange Range)clang::PreprocessedEntityinlineprotected