Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h117 FormatToken *FormatTok; variable
H A DUnwrappedLineParser.cpp1242 const FormatToken *FormatTok) { in mustBeJSIdent()
1257 const FormatToken *FormatTok) { in mustBeJSIdentOrValue()
1266 const FormatToken *FormatTok) { in isJSDeclOrStmt()
4496 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine()
4504 continuesLineCommentSection(const FormatToken &FormatTok, in continuesLineCommentSection()
4689 FormatToken *FormatTok = Comments[i]; in distributeComments() local
H A DUnwrappedLineParser.h305 FormatToken *FormatTok = nullptr; variable
H A DFormat.cpp2322 for (FormatToken *FormatTok = Line->First; FormatTok; in requoteJSStringLiteral() local
2552 for (FormatToken *FormatTok = Line->First; FormatTok; in insertTrailingCommas() local
2920 for (const FormatToken *FormatTok = Line->First; FormatTok; in guessIsObjC() local
H A DFormatToken.h1910 inline bool isLineComment(const FormatToken &FormatTok) { in isLineComment()
1917 inline bool continuesLineComment(const FormatToken &FormatTok, in continuesLineComment()