Home
last modified time | relevance | path

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

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