Home
last modified time | relevance | path

Searched defs:TokenText (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.cpp590 auto &TokenText = CSharpStringLiteral->TokenText; in handleCSharpVerbatimAndInterpolatedStrings() local
836 StringRef TokenText = FormatTok->TokenText; in handleCSharpVerbatimAndInterpolatedStrings() local
H A DBreakableToken.cpp376 StringRef TokenText(Tok.TokenText); in BreakableBlockComment() local
766 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection() local
H A DContinuationIndenter.cpp152 static llvm::Optional<StringRef> getRawStringDelimiter(StringRef TokenText) { in getRawStringDelimiter()
H A DFormatToken.h245 StringRef TokenText; member
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp406 const std::string TokenText = PP.getSpelling(IncludeTok); in InclusionDirective() local
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp683 StringRef TokenText = Lexer::getSpelling(SM.getSpellingLoc(Loc), Buffer, SM, in isTokenAtLoc() local