Home
last modified time | relevance | path

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

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