Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp5874 NamedDecl *OtherFrom; in isInstantiationOfUnresolvedUsingDecl() local
5877 OtherFrom = Ctx.getInstantiatedFromUsingDecl(OtherUUD); in isInstantiationOfUnresolvedUsingDecl()
5880 OtherFrom = OtherUPD->getInstantiatedFromUsingDecl(); in isInstantiationOfUnresolvedUsingDecl()
5883 OtherFrom = Ctx.getInstantiatedFromUsingDecl(OtherUD); in isInstantiationOfUnresolvedUsingDecl()
5888 declaresSameEntity(OtherFrom, Pattern); in isInstantiationOfUnresolvedUsingDecl()