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.h112 FormatToken *FormatTok; variable
H A DUnwrappedLineParser.cpp1246 mustBeJSIdent(const AdditionalKeywords & Keywords,const FormatToken * FormatTok) mustBeJSIdent() argument
1261 mustBeJSIdentOrValue(const AdditionalKeywords & Keywords,const FormatToken * FormatTok) mustBeJSIdentOrValue() argument
1270 isJSDeclOrStmt(const AdditionalKeywords & Keywords,const FormatToken * FormatTok) isJSDeclOrStmt() argument
4612 isOnNewLine(const FormatToken & FormatTok) isOnNewLine() argument
4620 continuesLineCommentSection(const FormatToken & FormatTok,const UnwrappedLine & Line,const llvm::Regex & CommentPragmasRegex) continuesLineCommentSection() argument
4805 FormatToken *FormatTok = Comments[i]; distributeComments() local
[all...]
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()