Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h920 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1289 Record.AddDeclRef(Context.getInstantiatedFromUsingShadowDecl(D)); in VisitUsingShadowDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp5484 return declaresSameEntity(C.getInstantiatedFromUsingShadowDecl(Instance), in isInstantiationOf()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp4490 Importer.getFromContext().getInstantiatedFromUsingShadowDecl(D)) { in VisitUsingShadowDecl()
HDASTContext.cpp1595 ASTContext::getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst) { in getInstantiatedFromUsingShadowDecl() function in ASTContext