Home
last modified time | relevance | path

Searched refs:PreprocessedEntity (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessingRecord.h48 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/
DPreprocessingRecord.cpp67 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/
DASTWriter.h59 class PreprocessedEntity; variable
DASTReader.h1519 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
/external/clang/tools/libclang/
DIndexing.cpp701 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) { in indexPreprocessingRecord()
DCIndex.cpp450 PreprocessedEntity *PPE = *First; in visitPreprocessedEntities()
/external/clang/lib/Serialization/
DASTReader.cpp4904 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()