Home
last modified time | relevance | path

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

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