Searched refs:setInstantiatedFromUsingDecl (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 2406 SemaRef.Context.setInstantiatedFromUsingDecl(NewUD, D); in VisitUsingDecl() 2487 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D); in VisitUnresolvedUsingTypenameDecl() 2511 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D); in VisitUnresolvedUsingValueDecl()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 809 void setInstantiatedFromUsingDecl(UsingDecl *Inst, NamedDecl *Pattern);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ASTContext.h | 971 void setInstantiatedFromUsingDecl(NamedDecl *Inst, NamedDecl *Pattern);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ASTContext.h | 966 void setInstantiatedFromUsingDecl(NamedDecl *Inst, NamedDecl *Pattern);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ASTContext.h | 966 void setInstantiatedFromUsingDecl(NamedDecl *Inst, NamedDecl *Pattern);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ASTContext.h | 963 void setInstantiatedFromUsingDecl(NamedDecl *Inst, NamedDecl *Pattern);
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1410 Reader.getContext().setInstantiatedFromUsingDecl(D, Pattern); in VisitUsingDecl()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ASTContext.cpp | 1217 ASTContext::setInstantiatedFromUsingDecl(UsingDecl *Inst, NamedDecl *Pattern) { in setInstantiatedFromUsingDecl() function in ASTContext
|