Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.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()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h308 const char *getBufferLocation() const { return BufferPtr; } in getBufferLocation() function
/src/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp832 const char *Start = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()
836 End = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()
H A DPPDirectives.cpp530 BeginPtr = PP.CurLexer->getBufferLocation(); in SkipExcludedConditionalBlock()
599 const char *Hashptr = CurLexer->getBufferLocation() - Tok.getLength(); in SkipExcludedConditionalBlock()
H A DLexer.cpp592 if (TheLexer.getBufferLocation() > StrData) { in getBeginningOfFileToken()
596 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData) in getBeginningOfFileToken()