Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp115 static bool isLineComment(const FormatToken &FormatTok) { in isLineComment()
122 static bool continuesLineComment(const FormatToken &FormatTok, in continuesLineComment()
1353 const FormatToken *FormatTok) { in mustBeJSIdent()
1368 const FormatToken *FormatTok) { in mustBeJSIdentOrValue()
1377 const FormatToken *FormatTok) { in isJSDeclOrStmt()
4373 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine()
4381 continuesLineCommentSection(const FormatToken &FormatTok, in continuesLineCommentSection()
4566 FormatToken *FormatTok = Comments[i]; in distributeComments() local
H A DFormatTokenLexer.h108 FormatToken *FormatTok; variable
H A DUnwrappedLineParser.h254 FormatToken *FormatTok; variable
H A DFormat.cpp2150 for (FormatToken *FormatTok = Line->First; FormatTok; in requoteJSStringLiteral() local
2380 for (FormatToken *FormatTok = Line->First; FormatTok; in insertTrailingCommas() local
2743 for (const FormatToken *FormatTok = Line->First; FormatTok; in guessIsObjC() local