Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp139 unsigned getOffsetAt(const char *CurPtr) const { in getOffsetAt() function
171 Diags->Report(InputSourceLoc.getLocWithOffset(getOffsetAt(CurPtr)), Err); in reportError()
612 TheLexer.seek(getOffsetAt(First), /*IsAtStartOfLine*/ false); in lexModule()
713 TheLexer.seek(getOffsetAt(First), /*IsAtStartOfLine*/ true); in lexPPLine()