Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatTokenLexer.h66 FormatToken *FormatTok; variable
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()
DUnwrappedLineParser.h141 FormatToken *FormatTok; variable
DFormat.cpp840 for (FormatToken *FormatTok = Line->First; FormatTok; in requoteJSStringLiteral() local