Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Format/
H A DFormatTokenLexer.cpp370 StringRef TokenText = FormatTok->TokenText; in getStashedToken() local
H A DBreakableToken.cpp257 StringRef TokenText(Token.TokenText); in BreakableBlockComment() local
H A DFormatToken.h161 StringRef TokenText; member
/aosp_15_r20/prebuilts/go/linux-x86/src/text/scanner/
Dscanner.go770 func (s *Scanner) TokenText() string { func