Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp680 auto &TokenText = CSharpStringLiteral->TokenText; in handleCSharpVerbatimAndInterpolatedStrings() local
925 StringRef TokenText = FormatTok->TokenText; in getStashedToken() local
H A DBreakableToken.cpp376 StringRef TokenText(Tok.TokenText); in BreakableBlockComment() local
766 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection() local
H A DContinuationIndenter.cpp153 static std::optional<StringRef> getRawStringDelimiter(StringRef TokenText) { in getRawStringDelimiter()
H A DFormatToken.h265 StringRef TokenText; member
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp400 const std::string TokenText = PP.getSpelling(IncludeTok); in InclusionDirective() local
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp684 StringRef TokenText = Lexer::getSpelling(SM.getSpellingLoc(Loc), Buffer, SM, in isTokenAtLoc() local