Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h813 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1126 Record.AddDeclRef(Context.getInstantiatedFromUsingShadowDecl(D)); in VisitUsingShadowDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4467 return declaresSameEntity(C.getInstantiatedFromUsingShadowDecl(Instance), in isInstantiationOf()
/external/clang/lib/AST/
DASTContext.cpp1227 ASTContext::getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst) { in getInstantiatedFromUsingShadowDecl() function in ASTContext