Lines Matching refs:PreprocessedEntity
67 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()
279 typedef std::vector<PreprocessedEntity *>::iterator pp_iter; in addPreprocessedEntity()
327 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){ in getPreprocessedEntity()
344 PreprocessedEntity *
349 PreprocessedEntity *&Entity = LoadedPreprocessedEntities[Index]; in getLoadedPreprocessedEntity()
354 PreprocessedEntity(PreprocessedEntity::InvalidKind, SourceRange()); in getLoadedPreprocessedEntity()