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()
6012 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() local6021 M.MacroOffsetsBase + PPOffs.BitOffset)) { in ReadPreprocessedEntity()6038 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()6039 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()6234 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID() local6236 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()