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.cpp153 unsigned PPOffs = SM.getFileOffset(PPLoc); in RewriteMacrosInInput() local
157 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()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6262 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() local
6271 M.MacroOffsetsBase + PPOffs.getOffset())) { in ReadPreprocessedEntity()
6288 SourceRange Range(ReadSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()
6289 ReadSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()
6484 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID() local
6486 SourceLocation Loc = ReadSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()