Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessingRecord.h59 class PreprocessedEntity {
137 : PreprocessedEntity(Kind, Range) {} in PreprocessingDirective()
140 static bool classof(const PreprocessedEntity *PD) { in classof()
163 static bool classof(const PreprocessedEntity *PE) { in classof()
169 class MacroExpansion : public PreprocessedEntity {
176 : PreprocessedEntity(MacroExpansionKind, Range), in MacroExpansion()
200 static bool classof(const PreprocessedEntity *PE) { in classof()
270 static bool classof(const PreprocessedEntity *PE) { in classof()
430 PreprocessedEntity *, int, PreprocessedEntity *,
431 PreprocessedEntity *> {
[all …]
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessingRecord.cpp187 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const { in operator ()()
193 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const { in operator ()()
198 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const { in operator ()()
203 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc()
218 std::vector<PreprocessedEntity *>::const_iterator in findBeginLocalPreprocessedEntity()
220 std::vector<PreprocessedEntity *>::const_iterator I; in findBeginLocalPreprocessedEntity()
253 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { in addPreprocessedEntity()
287 using pp_iter = std::vector<PreprocessedEntity *>::iterator; in addPreprocessedEntity()
368 PreprocessedEntity *
373 PreprocessedEntity *&Entity = LoadedPreprocessedEntities[Index]; in getLoadedPreprocessedEntity()
[all …]
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp651 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) { in indexPreprocessingRecord()
H A DCIndex.cpp460 PreprocessedEntity *PPE = *First; in visitPreprocessedEntities()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1753 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6007 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()