Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5957 bool OtherIsPackExpansion; in isInstantiationOfUnresolvedUsingDecl() local
5960 OtherIsPackExpansion = OtherUUD->isPackExpansion(); in isInstantiationOfUnresolvedUsingDecl()
5963 OtherIsPackExpansion = true; in isInstantiationOfUnresolvedUsingDecl()
5966 OtherIsPackExpansion = false; in isInstantiationOfUnresolvedUsingDecl()
5971 return Pattern->isPackExpansion() == OtherIsPackExpansion && in isInstantiationOfUnresolvedUsingDecl()