Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DTokenAnnotatorTest.cpp37 #define EXPECT_TOKEN_KIND(FormatTok, Kind) \ argument
39 #define EXPECT_TOKEN_TYPE(FormatTok, Type) \ argument
41 #define EXPECT_TOKEN(FormatTok, Kind, Type) \ argument
/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.h101 FormatToken *FormatTok; variable
H A DUnwrappedLineParser.cpp88 static bool isLineComment(const FormatToken &FormatTok) { in isLineComment()
95 static bool continuesLineComment(const FormatToken &FormatTok, in continuesLineComment()
1284 const FormatToken *FormatTok) { in mustBeJSIdent()
1299 const FormatToken *FormatTok) { in mustBeJSIdentOrValue()
1308 const FormatToken *FormatTok) { in isJSDeclOrStmt()
4044 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine()
4052 continuesLineCommentSection(const FormatToken &FormatTok, in continuesLineCommentSection()
4237 FormatToken *FormatTok = Comments[i]; in distributeComments() local
H A DUnwrappedLineParser.h235 FormatToken *FormatTok; variable
H A DFormat.cpp1951 for (FormatToken *FormatTok = Line->First; FormatTok; in requoteJSStringLiteral() local
2179 for (FormatToken *FormatTok = Line->First; FormatTok; in insertTrailingCommas() local
2542 for (const FormatToken *FormatTok = Line->First; FormatTok; in guessIsObjC() local