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()
5952 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() local5961 M.MacroOffsetsBase + PPOffs.BitOffset)) { in ReadPreprocessedEntity()5978 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()5979 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()6175 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID() local6177 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()