Searched refs:PreprocessedEntity (Results 1 – 4 of 4) sorted by relevance
61 class PreprocessedEntity {139 : PreprocessedEntity(Kind, Range) {} in PreprocessingDirective()142 static bool classof(const PreprocessedEntity *PD) { in classof()165 static bool classof(const PreprocessedEntity *PE) { in classof()171 class MacroExpansion : public PreprocessedEntity {178 : PreprocessedEntity(MacroExpansionKind, Range), in MacroExpansion()202 static bool classof(const PreprocessedEntity *PE) { in classof()273 static bool classof(const PreprocessedEntity *PE) { in classof()433 PreprocessedEntity *, int, PreprocessedEntity *,434 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()247 std::vector<PreprocessedEntity *>::const_iterator in findEndLocalPreprocessedEntity()290 using pp_iter = std::vector<PreprocessedEntity *>::iterator; in addPreprocessedEntity()372 PreprocessedEntity *377 PreprocessedEntity *&Entity = LoadedPreprocessedEntities[Index]; in getLoadedPreprocessedEntity()[all …]
1707 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
5441 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()