Searched refs:PPE (Results 1 – 2 of 2) sorted by relevance
66 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, in isPreprocessedEntityIfInFileID() argument69 if (!PPE) in isPreprocessedEntityIfInFileID()72 SourceLocation Loc = PPE->getSourceRange().getBegin(); in isPreprocessedEntityIfInFileID()101 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex]) in isEntityInFileID() local102 return isPreprocessedEntityIfInFileID(PPE, FID, SourceMgr); in isEntityInFileID()194 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc()195 SourceRange Range = PPE->getSourceRange(); in getLoc()
4272 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()4273 return Reader.ReadSourceLocation(M, PPE.*PPLoc); in getLoc()