Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessingRecord.h48 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/
DPreprocessingRecord.h60 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/
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/llvm-project/clang/lib/Lex/
DPreprocessingRecord.cpp77 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/
DASTWriter.h63 class PreprocessedEntity; variable
DASTReader.h1520 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp648 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) { in indexPreprocessingRecord()
DCIndex.cpp459 PreprocessedEntity *PPE = *First; in visitPreprocessedEntities()
/external/clang/tools/libclang/
DIndexing.cpp619 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) { in indexPreprocessingRecord()
DCIndex.cpp448 PreprocessedEntity *PPE = *First; in visitPreprocessedEntities()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1719 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
/external/clang/lib/Serialization/
DASTReader.cpp4876 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp5920 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()