Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp5873 bool OtherIsPackExpansion; in isInstantiationOfUnresolvedUsingDecl() local
5876 OtherIsPackExpansion = OtherUUD->isPackExpansion(); in isInstantiationOfUnresolvedUsingDecl()
5879 OtherIsPackExpansion = true; in isInstantiationOfUnresolvedUsingDecl()
5882 OtherIsPackExpansion = false; in isInstantiationOfUnresolvedUsingDecl()
5887 return Pattern->isPackExpansion() == OtherIsPackExpansion && in isInstantiationOfUnresolvedUsingDecl()