Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h801 void setInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst,
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2365 SemaRef.Context.setInstantiatedFromUsingShadowDecl(InstShadow, Shadow); in VisitUsingDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1364 Reader.getContext().setInstantiatedFromUsingShadowDecl(D, Pattern); in VisitUsingShadowDecl()
/external/clang/lib/AST/
DASTContext.cpp1246 ASTContext::setInstantiatedFromUsingShadowDecl(UsingShadowDecl *Inst, in setInstantiatedFromUsingShadowDecl() function in ASTContext