Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DTokenLexer.cpp61 MacroStartSLocOffset = SM.getNextLocalOffset(); in Init()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DSourceManager.h1706 SourceLocation::UIntTy getNextLocalOffset() const { return NextLocalOffset; } in getNextLocalOffset() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DSourceManager.cpp1626 NextOffset = getNextLocalOffset(); in getFileIDSize()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2044 SourceLocation::UIntTy NextOffset = SourceMgr.getNextLocalOffset(); in WriteSourceManagerBlock()
2071 SourceMgr.getNextLocalOffset() - 1 /* skip dummy */, in WriteSourceManagerBlock()