Searched refs:PreprocessedEntity (Results 1 – 6 of 6) sorted by relevance
59 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 …]
187 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 …]
651 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) { in indexPreprocessingRecord()
460 PreprocessedEntity *PPE = *First; in visitPreprocessedEntities()
1753 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
6007 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()