Home
last modified time | relevance | path

Searched refs:PPLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Rewrite/
DRewriteMacros.cpp115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation()); in RewriteMacrosInInput() local
118 if (!SM.isFromMainFile(PPLoc)) { in RewriteMacrosInInput()
154 unsigned PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput()
200 PPLoc = SM.getExpansionLoc(PPTok.getLocation()); in RewriteMacrosInInput()
201 PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp65 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc); in setLocation() local
67 if (PCLoc.isInvalid() || PPLoc.isInvalid() || in setLocation()
68 !strcmp(PPLoc.getFilename(), PCLoc.getFilename())) in setLocation()
/external/clang/lib/Serialization/
DASTReader.cpp3450 template <unsigned PPEntityOffset::*PPLoc>
3474 return Reader.ReadSourceLocation(M, PPE.*PPLoc); in getLoc()