Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp522 First = Input.data() + TheLexer.getCurrentBufferOffset(); in lexToken()
525 unsigned Offset = TheLexer.getCurrentBufferOffset() - Tok.getLength(); in lexToken()
535 First = Input.data() + TheLexer.getCurrentBufferOffset(); in lexIncludeFilename()
538 unsigned Offset = TheLexer.getCurrentBufferOffset() - Tok.getLength(); in lexIncludeFilename()
H A DPPDirectives.cpp533 PP.CurLexer->seek(PP.CurLexer->getCurrentBufferOffset() + *SkipRangePtr, in SkipExcludedConditionalBlock()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h311 unsigned getCurrentBufferOffset() { in getCurrentBufferOffset() function
/src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp821 auto OpenOffset = Lex->getCurrentBufferOffset() - 2 /* "[{" */; in handleTableGenMultilineString()
1416 Lex->seek(Lex->getCurrentBufferOffset() + Len, /*IsAtStartofline=*/false); in readRawTokenVerilogSpecific()
/src/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp599 while (!L.LexFromRawLexer(T) && L.getCurrentBufferOffset() < FR.endOffset()) in tokenize()