Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatTokenLexer.cpp459 StringRef TokenText = FormatTok->TokenText; in getStashedToken() local
H A DBreakableToken.cpp342 StringRef TokenText(Tok.TokenText); in BreakableBlockComment() local
721 StringRef TokenText(CurrentTok->TokenText); in BreakableLineCommentSection() local
H A DContinuationIndenter.cpp150 static llvm::Optional<StringRef> getRawStringDelimiter(StringRef TokenText) { in getRawStringDelimiter()
H A DFormatToken.h172 StringRef TokenText; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp340 const std::string TokenText = PP.getSpelling(IncludeTok); in InclusionDirective() local