Searched defs:FormatTok (Results 1 – 5 of 5) sorted by relevance
112 FormatToken *FormatTok; variable
1246 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...]
299 FormatToken *FormatTok = nullptr; variable
2355 for (FormatToken *FormatTok = Line->First; FormatTok; in requoteJSStringLiteral() local2585 for (FormatToken *FormatTok = Line->First; FormatTok; in insertTrailingCommas() local2953 for (const FormatToken *FormatTok = Line->First; FormatTok; in guessIsObjC() local
1962 inline bool isLineComment(const FormatToken &FormatTok) { in isLineComment()1969 inline bool continuesLineComment(const FormatToken &FormatTok, in continuesLineComment()