Searched refs:PreprocessedEntity (Results 1 – 13 of 13) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 48 class PreprocessedEntity { 82 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity() function 123 class PreprocessingDirective : public PreprocessedEntity { 126 : PreprocessedEntity(Kind, Range) { } in PreprocessingDirective() 129 static bool classof(const PreprocessedEntity *PD) { in classof() 152 static bool classof(const PreprocessedEntity *PE) { in classof() 158 class MacroExpansion : public PreprocessedEntity { 165 : PreprocessedEntity(MacroExpansionKind, Range), in MacroExpansion() 169 : PreprocessedEntity(MacroExpansionKind, Range), NameOrDef(Definition) { in MacroExpansion() 189 static bool classof(const PreprocessedEntity *PE) { in classof() [all …]
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 60 class PreprocessedEntity { 96 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity() function 135 class PreprocessingDirective : public PreprocessedEntity { 138 : PreprocessedEntity(Kind, Range) {} in PreprocessingDirective() 141 static bool classof(const PreprocessedEntity *PD) { in classof() 164 static bool classof(const PreprocessedEntity *PE) { in classof() 170 class MacroExpansion : public PreprocessedEntity { 177 : PreprocessedEntity(MacroExpansionKind, Range), in MacroExpansion() 181 : PreprocessedEntity(MacroExpansionKind, Range), NameOrDef(Definition) { in MacroExpansion() 201 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/llvm-project/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 77 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, in isPreprocessedEntityIfInFileID() 109 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex]) in isEntityInFileID() 186 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const { in operator ()() 192 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const { in operator ()() 197 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const { in operator ()() 202 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc() 217 std::vector<PreprocessedEntity *>::const_iterator in findBeginLocalPreprocessedEntity() 219 std::vector<PreprocessedEntity *>::const_iterator I; in findBeginLocalPreprocessedEntity() 252 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { in addPreprocessedEntity() 286 using pp_iter = std::vector<PreprocessedEntity *>::iterator; in addPreprocessedEntity() [all …]
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 63 class PreprocessedEntity; variable
|
D | ASTReader.h | 1520 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 648 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) { in indexPreprocessingRecord()
|
D | CIndex.cpp | 459 PreprocessedEntity *PPE = *First; in visitPreprocessedEntities()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 619 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) { in indexPreprocessingRecord()
|
D | CIndex.cpp | 448 PreprocessedEntity *PPE = *First; in visitPreprocessedEntities()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTReader.h | 1719 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4876 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 5920 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()
|