Home
last modified time | relevance | path

Searched refs:PPE (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessingRecord.cpp66 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, in isPreprocessedEntityIfInFileID() argument
69 if (!PPE) in isPreprocessedEntityIfInFileID()
72 SourceLocation Loc = PPE->getSourceRange().getBegin(); in isPreprocessedEntityIfInFileID()
101 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex]) in isEntityInFileID() local
102 return isPreprocessedEntityIfInFileID(PPE, FID, SourceMgr); in isEntityInFileID()
194 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc()
195 SourceRange Range = PPE->getSourceRange(); in getLoc()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4272 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()
4273 return Reader.ReadSourceLocation(M, PPE.*PPLoc); in getLoc()