Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp705 const auto *S = Lex->getBufferLocation(); in tryParseJavaTextBlock()
754 const char *Offset = Lex->getBufferLocation(); in tryParseJSRegexLiteral()
872 const char *StrBegin = Lex->getBufferLocation() - TokenText.size(); in handleCSharpVerbatimAndInterpolatedStrings()
921 Lex->getSourceLocation(Lex->getBufferLocation() - 2 + Text.size()))); in handleTableGenMultilineString()
999 const char *Offset = Lex->getBufferLocation(); in handleTemplateStrings()
1049 Lex->getBufferLocation() - HashToken->TokenText.size(); // at "#" in tryParsePythonComment()
1191 Lex->getBufferLocation() - FormatTok->TokenText.size() + NewLen))); in truncateToken()
1494 const char *Start = Lex->getBufferLocation(); in readRawTokenVerilogSpecific()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h308 const char *getBufferLocation() const { return BufferPtr; } in getBufferLocation() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp825 const char *Start = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()
829 End = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()
H A DPPDirectives.cpp556 BeginPtr = PP.CurLexer->getBufferLocation(); in SkipExcludedConditionalBlock()
625 const char *Hashptr = CurLexer->getBufferLocation() - Tok.getLength(); in SkipExcludedConditionalBlock()
H A DLexer.cpp591 if (TheLexer.getBufferLocation() > StrData) { in getBeginningOfFileToken()
595 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData) in getBeginningOfFileToken()