Searched refs:PreprocessedEntity (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 48 class PreprocessedEntity { 82 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity() function 125 class PreprocessingDirective : public PreprocessedEntity { 128 : PreprocessedEntity(Kind, Range) { } in PreprocessingDirective() 131 static bool classof(const PreprocessedEntity *PD) { in classof() 153 static bool classof(const PreprocessedEntity *PE) { in classof() 159 class MacroExpansion : public PreprocessedEntity { 166 : PreprocessedEntity(MacroExpansionKind, Range), in MacroExpansion() 170 : PreprocessedEntity(MacroExpansionKind, Range), in MacroExpansion() 190 static bool classof(const PreprocessedEntity *PE) { in classof() [all …]
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 67 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, in isPreprocessedEntityIfInFileID() 99 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex]) in isEntityInFileID() 176 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const { in operator ()() 182 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const { in operator ()() 187 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const { in operator ()() 192 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc() 207 std::vector<PreprocessedEntity *>::const_iterator in findBeginLocalPreprocessedEntity() 209 std::vector<PreprocessedEntity *>::const_iterator I; in findBeginLocalPreprocessedEntity() 236 std::vector<PreprocessedEntity *>::const_iterator in findEndLocalPreprocessedEntity() 245 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { in addPreprocessedEntity() [all …]
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 59 class PreprocessedEntity; variable
|
D | ASTReader.h | 1519 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 701 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) { in indexPreprocessingRecord()
|
D | CIndex.cpp | 450 PreprocessedEntity *PPE = *First; in visitPreprocessedEntities()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4904 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()
|