Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DUnwrappedLineParser.cpp954 static bool mustBeJSIdent(const AdditionalKeywords &Keywords, in mustBeJSIdent() function
973 mustBeJSIdent(Keywords, FormatTok); in mustBeJSIdentOrValue()
1481 if (Next && !mustBeJSIdent(Keywords, Next)) { in parseStructuralElement()