Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp99 static FormatToken FormatTok; in getFakeEOF() local
667 const FormatToken *FormatTok) { in mustBeJSIdent()
682 const FormatToken *FormatTok) { in mustBeJSIdentOrValue()
689 const FormatToken *FormatTok) { in isJSDeclOrStmt()
2016 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine()
H A DFormatTokenLexer.h66 FormatToken *FormatTok; variable
H A DUnwrappedLineParser.h141 FormatToken *FormatTok; variable
H A DFormat.cpp840 for (FormatToken *FormatTok = Line->First; FormatTok; in requoteJSStringLiteral() local