Home
last modified time | relevance | path

Searched refs:PPOffs (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteMacros.cpp154 unsigned PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput() local
158 if (PPOffs == RawOffs && isSameToken(RawTok, PPTok)) { in RewriteMacrosInInput()
166 if (RawOffs <= PPOffs) { in RewriteMacrosInInput()
185 } while (RawOffs <= PPOffs && !RawTok.isAtStartOfLine() && in RewriteMacrosInInput()
186 (PPOffs != RawOffs || !isSameToken(RawTok, PPTok))); in RewriteMacrosInInput()
195 unsigned InsertPos = PPOffs; in RewriteMacrosInInput()
197 while (PPOffs < RawOffs) { in RewriteMacrosInInput()
201 PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput()
/external/clang/lib/Serialization/
DASTReader.cpp4858 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() local
4866 M.PreprocessorDetailCursor.JumpToBit(PPOffs.BitOffset); in ReadPreprocessedEntity()
4874 SourceRange Range(ReadSourceLocation(M, PPOffs.Begin), in ReadPreprocessedEntity()
4875 ReadSourceLocation(M, PPOffs.End)); in ReadPreprocessedEntity()
5064 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID() local
5066 SourceLocation Loc = ReadSourceLocation(M, PPOffs.Begin); in isPreprocessedEntityInFileID()