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.cpp5975 bool OtherIsPackExpansion; in isInstantiationOfUnresolvedUsingDecl() local
5978 OtherIsPackExpansion = OtherUUD->isPackExpansion(); in isInstantiationOfUnresolvedUsingDecl()
5981 OtherIsPackExpansion = true; in isInstantiationOfUnresolvedUsingDecl()
5984 OtherIsPackExpansion = false; in isInstantiationOfUnresolvedUsingDecl()
5989 return Pattern->isPackExpansion() == OtherIsPackExpansion && in isInstantiationOfUnresolvedUsingDecl()