Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DTokenLexer.cpp63 MacroStartSLocOffset = SM.getNextLocalOffset(); in Init()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1731 SourceLocation::UIntTy getNextLocalOffset() const { return NextLocalOffset; } in getNextLocalOffset() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1630 NextOffset = getNextLocalOffset(); in getFileIDSize()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2162 SourceLocation::UIntTy NextOffset = SourceMgr.getNextLocalOffset(); in WriteSourceManagerBlock()
2189 getAdjustedOffset(SourceMgr.getNextLocalOffset()) - 1 /* skip dummy */, in WriteSourceManagerBlock()