Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp855 auto &TokenText = CSharpStringLiteral->TokenText; in handleCSharpVerbatimAndInterpolatedStrings() local
1166 StringRef TokenText = FormatTok->TokenText; in getStashedToken() local
H A DBreakableToken.cpp477 StringRef TokenText(Tok.TokenText); in BreakableBlockComment() local
866 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection() local
H A DContinuationIndenter.cpp170 static std::optional<StringRef> getRawStringDelimiter(StringRef TokenText) { in getRawStringDelimiter()
H A DFormatToken.h326 StringRef TokenText; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp492 const std::string TokenText = PP.getSpelling(IncludeTok); in InclusionDirective() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp694 StringRef TokenText = Lexer::getSpelling(SM.getSpellingLoc(Loc), Buffer, SM, in isTokenAtLoc() local