Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp878 static bool mustBeJSIdent(const AdditionalKeywords &Keywords, in mustBeJSIdent() function
897 mustBeJSIdent(Keywords, FormatTok); in mustBeJSIdentOrValue()
1314 if (Next && !mustBeJSIdent(Keywords, Next)) { in parseStructuralElement()