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

/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h47 class PreprocessedEntity { class in namespace:clang
81 PreprocessedEntity(EntityKind Kind, SourceRange Range) function in class:clang::PreprocessedEntity
124 class PreprocessingDirective : public PreprocessedEntity {
127 : PreprocessedEntity(Kind, Range) { }
130 static bool classof(const PreprocessedEntity *PD) {
152 static bool classof(const PreprocessedEntity *PE) {
158 class MacroExpansion : public PreprocessedEntity {
165 : PreprocessedEntity(MacroExpansionKind, Range),
169 : PreprocessedEntity(MacroExpansionKind, Range),
189 static bool classof(const PreprocessedEntity *P
[all...]

Completed in 168 milliseconds