Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6256 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity() local
6265 M.MacroOffsetsBase + PPOffs.BitOffset)) { in ReadPreprocessedEntity()
6282 SourceRange Range(TranslateSourceLocation(M, PPOffs.getBegin()), in ReadPreprocessedEntity()
6283 TranslateSourceLocation(M, PPOffs.getEnd())); in ReadPreprocessedEntity()
6478 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in isPreprocessedEntityInFileID() local
6480 SourceLocation Loc = TranslateSourceLocation(M, PPOffs.getBegin()); in isPreprocessedEntityInFileID()