Searched refs:PPLoc (Results 1 – 2 of 2) sorted by relevance
115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation()); in RewriteMacrosInInput() local118 if (!SM.isWrittenInMainFile(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()
4959 template <unsigned PPEntityOffset::*PPLoc>4983 return Reader.ReadSourceLocation(M, PPE.*PPLoc); in getLoc()