Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp554 bool isTypeOnly = Current->is(Keywords.kw_type) && Current->Next && in parseNamedBindings() local
556 if (!isTypeOnly && !IsIdentifier(Current)) in parseNamedBindings()
563 if (isTypeOnly) in parseNamedBindings()