Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h58 class PreprocessedEntity {
94 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity() function
133 class PreprocessingDirective : public PreprocessedEntity {
136 : PreprocessedEntity(Kind, Range) {} in PreprocessingDirective()
139 static bool classof(const PreprocessedEntity *PD) { in classof()
162 static bool classof(const PreprocessedEntity *PE) { in classof()
168 class MacroExpansion : public PreprocessedEntity {
175 : PreprocessedEntity(MacroExpansionKind, Range), in MacroExpansion()
179 : PreprocessedEntity(MacroExpansionKind, Range), NameOrDef(Definition) { in MacroExpansion()
199 static bool classof(const PreprocessedEntity *PE) { in classof()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessingRecord.cpp78 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, in isPreprocessedEntityIfInFileID()
110 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 …]
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp651 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) { in indexPreprocessingRecord()
H A DCIndex.cpp460 PreprocessedEntity *PPE = *First; in visitPreprocessedEntities()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1783 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6049 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()