Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp760 auto &TokenText = CSharpStringLiteral->TokenText; in handleCSharpVerbatimAndInterpolatedStrings() local
1074 StringRef TokenText = FormatTok->TokenText; in getStashedToken() local
H A DBreakableToken.cpp490 StringRef TokenText(Tok.TokenText); in BreakableBlockComment() local
878 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection() local
H A DContinuationIndenter.cpp162 static std::optional<StringRef> getRawStringDelimiter(StringRef TokenText) { in getRawStringDelimiter()
H A DFormatToken.h318 StringRef TokenText; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp493 const std::string TokenText = PP.getSpelling(IncludeTok); in InclusionDirective() local