Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp722 auto &TokenText = CSharpStringLiteral->TokenText; handleCSharpVerbatimAndInterpolatedStrings() local
1036 StringRef TokenText = FormatTok->TokenText; getStashedToken() local
[all...]
H A DBreakableToken.cpp490 StringRef TokenText(Tok.TokenText); in BreakableBlockComment() local
878 StringRef TokenText(CurrentTok->TokenText); BreakableLineCommentSection() local
[all...]
H A DContinuationIndenter.cpp162 static std::optional<StringRef> getRawStringDelimiter(StringRef TokenText) { in getRawStringDelimiter() argument
[all...]
H A DFormatToken.h296 StringRef TokenText; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp410 const std::string TokenText = PP.getSpelling(IncludeTok); InclusionDirective() local
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp684 StringRef TokenText = Lexer::getSpelling(SM.getSpellingLoc(Loc), Buffer, SM, in isTokenAtLoc() local