Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp152 unsigned PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput() local
156 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()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6601 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() local
6610 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() local
6825 SourceLocation Loc = ReadSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()