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.cpp6639 bool OtherIsPackExpansion; in isInstantiationOfUnresolvedUsingDecl() local
6642 OtherIsPackExpansion = OtherUUD->isPackExpansion(); in isInstantiationOfUnresolvedUsingDecl()
6645 OtherIsPackExpansion = true; in isInstantiationOfUnresolvedUsingDecl()
6648 OtherIsPackExpansion = false; in isInstantiationOfUnresolvedUsingDecl()
6653 return Pattern->isPackExpansion() == OtherIsPackExpansion && in isInstantiationOfUnresolvedUsingDecl()