Searched refs:PPOffs (Results 1 – 2 of 2) sorted by relevance
152 unsigned PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput() local156 if (PPOffs == RawOffs && isSameToken(RawTok, PPTok)) { in RewriteMacrosInInput()164 if (RawOffs <= PPOffs) { in RewriteMacrosInInput()183 } while (RawOffs <= PPOffs && !RawTok.isAtStartOfLine() && in RewriteMacrosInInput()184 (PPOffs != RawOffs || !isSameToken(RawTok, PPTok))); in RewriteMacrosInInput()193 unsigned InsertPos = PPOffs; in RewriteMacrosInInput()195 while (PPOffs < RawOffs) { in RewriteMacrosInInput()199 PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput()
6601 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() local6610 M.MacroOffsetsBase + PPOffs.getOffset())) { in ReadPreprocessedEntity()6627 SourceRange Range(ReadSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()6628 ReadSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()6823 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID() local6825 SourceLocation Loc = ReadSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()