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

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

Completed in 780 milliseconds