Searched defs:TokenText (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Format/ | ||
H A D | FormatTokenLexer.cpp | 753 auto &TokenText = CSharpStringLiteral->TokenText; handleCSharpVerbatimAndInterpolatedStrings() local |
H A D | BreakableToken.cpp | 490 StringRef TokenText(Tok.TokenText); in BreakableBlockComment() local |
H A D | ContinuationIndenter.cpp | 162 getRawStringDelimiter(StringRef TokenText) getRawStringDelimiter() argument |
H A D | FormatToken.h | 316 StringRef TokenText; global() member |
/llvm-project/clang/lib/Frontend/ | ||
H A D | PrintPreprocessedOutput.cpp | 493 const std::string TokenText = PP.getSpelling(IncludeTok); in InclusionDirective() local |
/llvm-project/clang/lib/ASTMatchers/ | ||
H A D | ASTMatchersInternal.cpp | 684 StringRef TokenText = Lexer::getSpelling(SM.getSpellingLoc(Loc), Buffer, SM, isTokenAtLoc() local |