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

/external/clang/include/clang/AST/
H A DASTContext.h714 UsingShadowDecl *getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst);
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp957 Writer.AddDeclRef(Context.getInstantiatedFromUsingShadowDecl(D), Record);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4237 return C.getInstantiatedFromUsingShadowDecl(Instance) == Pattern;
/external/clang/lib/AST/
H A DASTContext.cpp1158 ASTContext::getInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst) { function in class:ASTContext

Completed in 108 milliseconds