Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp60 static bool isLineComment(const FormatToken &FormatTok) { in isLineComment()
67 static bool continuesLineComment(const FormatToken &FormatTok, in continuesLineComment()
953 const FormatToken *FormatTok) { in mustBeJSIdent()
968 const FormatToken *FormatTok) { in mustBeJSIdentOrValue()
977 const FormatToken *FormatTok) { in isJSDeclOrStmt()
3002 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine()
3010 continuesLineCommentSection(const FormatToken &FormatTok, in continuesLineCommentSection()
3189 FormatToken *FormatTok = Comments[i]; in distributeComments() local
H A DFormatTokenLexer.h98 FormatToken *FormatTok; variable
H A DUnwrappedLineParser.h203 FormatToken *FormatTok; variable
H A DFormat.cpp1558 for (FormatToken *FormatTok = Line->First; FormatTok; in requoteJSStringLiteral() local
1778 for (FormatToken *FormatTok = Line->First; FormatTok; in insertTrailingCommas() local
2141 for (const FormatToken *FormatTok = Line->First; FormatTok; in guessIsObjC() local