Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1241 static bool mustBeJSIdent(const AdditionalKeywords &Keywords, in mustBeJSIdent() function
1260 mustBeJSIdent(Keywords, FormatTok); in mustBeJSIdentOrValue()
1954 if (!mustBeJSIdent(Keywords, Next)) { in parseStructuralElement()