Searched refs:mustBeJSIdent (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp932 static bool mustBeJSIdent(const AdditionalKeywords &Keywords, function in namespace:clang::format
951 mustBeJSIdent(Keywords, FormatTok);
1405 if (Next && !mustBeJSIdent(Keywords, Next)) {

Completed in 157 milliseconds