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

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

Completed in 139 milliseconds