Searched defs:PreprocessedEntity (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h46 class PreprocessedEntity { class in namespace:clang
80 PreprocessedEntity(EntityKind Kind, SourceRange Range) function in class:clang::PreprocessedEntity
98 static bool classof(const PreprocessedEntity *) { return true; }
126 class PreprocessingDirective : public PreprocessedEntity {
129 : PreprocessedEntity(Kind, Range) { }
132 static bool classof(const PreprocessedEntity *PD) {
155 static bool classof(const PreprocessedEntity *PE) {
162 class MacroExpansion : public PreprocessedEntity {
169 : PreprocessedEntity(MacroExpansionKind, Range),
173 : PreprocessedEntity(MacroExpansionKin
[all...]

Completed in 619 milliseconds