Home
last modified time | relevance | path

Searched refs:isJSDeclOrStmt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1267 // isJSDeclOrStmt returns true if |FormatTok| starts a declaration or statement
1269 static bool isJSDeclOrStmt(const AdditionalKeywords &Keywords, in isJSDeclOrStmt() function
1415 isJSDeclOrStmt(Keywords, Next)) { in readTokenWithJavaScriptASI()