Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h112 FormatToken *FormatTok; variable
H A DUnwrappedLineParser.cpp1246 const FormatToken *FormatTok) { in mustBeJSIdent()
1261 const FormatToken *FormatTok) { in mustBeJSIdentOrValue()
1270 const FormatToken *FormatTok) { in isJSDeclOrStmt()
4612 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine()
4620 continuesLineCommentSection(const FormatToken &FormatTok, in continuesLineCommentSection()
4805 FormatToken *FormatTok = Comments[i]; in distributeComments() local
H A DUnwrappedLineParser.h299 FormatToken *FormatTok = nullptr; variable
H A DFormat.cpp2355 for (FormatToken *FormatTok = Line->First; FormatTok; in requoteJSStringLiteral() local
2585 for (FormatToken *FormatTok = Line->First; FormatTok; in insertTrailingCommas() local
2953 for (const FormatToken *FormatTok = Line->First; FormatTok; in guessIsObjC() local
H A DFormatToken.h1962 inline bool isLineComment(const FormatToken &FormatTok) { in isLineComment()
1969 inline bool continuesLineComment(const FormatToken &FormatTok, in continuesLineComment()