Searched refs:PPOffs (Results 1 – 2 of 2) sorted by relevance
153 unsigned PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput() local157 if (PPOffs == RawOffs && isSameToken(RawTok, PPTok)) { in RewriteMacrosInInput()165 if (RawOffs <= PPOffs) { in RewriteMacrosInInput()184 } while (RawOffs <= PPOffs && !RawTok.isAtStartOfLine() && in RewriteMacrosInInput()185 (PPOffs != RawOffs || !isSameToken(RawTok, PPTok))); in RewriteMacrosInInput()194 unsigned InsertPos = PPOffs; in RewriteMacrosInInput()196 while (PPOffs < RawOffs) { in RewriteMacrosInInput()200 PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput()
6262 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() local6271 M.MacroOffsetsBase + PPOffs.getOffset())) { in ReadPreprocessedEntity()6288 SourceRange Range(ReadSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()6289 ReadSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()6484 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID() local6486 SourceLocation Loc = ReadSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()