Home
last modified time | relevance | path

Searched refs:getNextLocalOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp63 MacroStartSLocOffset = SM.getNextLocalOffset(); in Init()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1758 SourceLocation::UIntTy getNextLocalOffset() const { return NextLocalOffset; } in getNextLocalOffset() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1564 NextOffset = getNextLocalOffset(); in getFileIDSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2251 SourceLocation::UIntTy NextOffset = SourceMgr.getNextLocalOffset(); in WriteSourceManagerBlock()
2278 getAdjustedOffset(SourceMgr.getNextLocalOffset()) - 1 /* skip dummy */, in WriteSourceManagerBlock()