clang API Documentation

clang::MacroExpansion Member List
This is the complete list of members for clang::MacroExpansion, including all inherited members.
classof(const PreprocessedEntity *PE)clang::MacroExpansion [inline, static]
EntityKind enum nameclang::PreprocessedEntity
FirstPreprocessingDirective enum valueclang::PreprocessedEntity
getDefinition() const clang::MacroExpansion [inline]
getKind() const clang::PreprocessedEntity [inline]
getName() const clang::MacroExpansion [inline]
getSourceRange() const LLVM_READONLYclang::PreprocessedEntity [inline]
InclusionDirectiveKind enum valueclang::PreprocessedEntity
InvalidKind enum valueclang::PreprocessedEntity
isBuiltinMacro() const clang::MacroExpansion [inline]
isInvalid() const clang::PreprocessedEntity [inline]
LastPreprocessingDirective enum valueclang::PreprocessedEntity
MacroDefinitionKind enum valueclang::PreprocessedEntity
MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range)clang::MacroExpansion [inline]
MacroExpansion(MacroDefinition *Definition, SourceRange Range)clang::MacroExpansion [inline]
MacroExpansionKind enum valueclang::PreprocessedEntity
operator delete(void *ptr, PreprocessingRecord &PR, unsigned alignment)clang::PreprocessedEntity [inline]
operator delete(void *, std::size_t)clang::PreprocessedEntity [inline]
operator delete(void *, void *)clang::PreprocessedEntity [inline]
operator new(size_t bytes, PreprocessingRecord &PR, unsigned alignment=8)clang::PreprocessedEntity [inline]
operator new(size_t bytes, void *mem)clang::PreprocessedEntity [inline]
PreprocessedEntity(EntityKind Kind, SourceRange Range)clang::PreprocessedEntity [inline, protected]
PreprocessingRecord classclang::PreprocessedEntity [friend]