Searched refs:PPLoc (Results 1 – 3 of 3) sorted by relevance
115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation()); in RewriteMacrosInInput() local118 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()
65 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc); in setLocation() local67 if (PCLoc.isInvalid() || PPLoc.isInvalid() || in setLocation()68 !strcmp(PPLoc.getFilename(), PCLoc.getFilename())) in setLocation()
3450 template <unsigned PPEntityOffset::*PPLoc>3474 return Reader.ReadSourceLocation(M, PPE.*PPLoc); in getLoc()