Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormatTokenLexer.cpp659 const char *Offset = Lex->getBufferLocation(); in tryParseJSRegexLiteral()
777 const char *StrBegin = Lex->getBufferLocation() - TokenText.size(); in handleCSharpVerbatimAndInterpolatedStrings()
829 Lex->getSourceLocation(Lex->getBufferLocation() - 2 + Text.size()))); in handleTableGenMultilineString()
907 const char *Offset = Lex->getBufferLocation(); in handleTemplateStrings()
957 Lex->getBufferLocation() - HashToken->TokenText.size(); // at "#" in tryParsePythonComment()
1099 Lex->getBufferLocation() - FormatTok->TokenText.size() + NewLen))); in truncateToken()
1398 const char *Start = Lex->getBufferLocation(); in readRawTokenVerilogSpecific()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h308 const char *getBufferLocation() const { return BufferPtr; } in getBufferLocation() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPragma.cpp832 const char *Start = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()
836 End = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()
HDPPDirectives.cpp530 BeginPtr = PP.CurLexer->getBufferLocation(); in SkipExcludedConditionalBlock()
599 const char *Hashptr = CurLexer->getBufferLocation() - Tok.getLength(); in SkipExcludedConditionalBlock()
HDLexer.cpp592 if (TheLexer.getBufferLocation() > StrData) { in getBeginningOfFileToken()
596 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData) in getBeginningOfFileToken()