Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5629 return declaresSameEntity(C.getInstantiatedFromUsingDecl(Instance), Pattern); in isInstantiationOf()
5645 OtherFrom = Ctx.getInstantiatedFromUsingDecl(OtherUUD); in isInstantiationOfUnresolvedUsingDecl()
5648 OtherFrom = OtherUPD->getInstantiatedFromUsingDecl(); in isInstantiationOfUnresolvedUsingDecl()
5651 OtherFrom = Ctx.getInstantiatedFromUsingDecl(OtherUD); in isInstantiationOfUnresolvedUsingDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1276 Record.AddDeclRef(Context.getInstantiatedFromUsingDecl(D)); in VisitUsingDecl()
1283 Record.AddDeclRef(D->getInstantiatedFromUsingDecl()); in VisitUsingPackDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h903 NamedDecl *getInstantiatedFromUsingDecl(NamedDecl *Inst);
H A DDeclCXX.h3567 NamedDecl *getInstantiatedFromUsingDecl() const { return InstantiatedFrom; } in getInstantiatedFromUsingDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1552 ASTContext::getInstantiatedFromUsingDecl(NamedDecl *UUD) { in getInstantiatedFromUsingDecl() function in ASTContext
H A DASTImporter.cpp4596 Importer.getFromContext().getInstantiatedFromUsingDecl(D)) { in VisitUsingDecl()