Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h673 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp946 Writer.AddDeclRef(Context.getInstantiatedFromUsingShadowDecl(D), Record); in VisitUsingShadowDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4182 return C.getInstantiatedFromUsingShadowDecl(Instance) == Pattern; in isInstantiationOf()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp1142 ASTContext::getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst) { in getInstantiatedFromUsingShadowDecl() function in ASTContext