Searched refs:SubstParmTypes (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 2570 if (SubstParmTypes(Function->getLocation(), Function->parameters(), in SubstituteExplicitTemplateArguments() 2607 SubstParmTypes(Function->getLocation(), Function->parameters(), in SubstituteExplicitTemplateArguments()
|
D | SemaTemplateInstantiate.cpp | 1713 bool Sema::SubstParmTypes( in SubstParmTypes() function in Sema
|
D | SemaTemplateInstantiateDecl.cpp | 3278 if (SemaRef.SubstParmTypes(D->getLocation(), D->parameters(), nullptr, in SubstFunctionType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 3315 if (SubstParmTypes(Function->getLocation(), Function->parameters(), in SubstituteExplicitTemplateArguments() 3359 SubstParmTypes(Function->getLocation(), Function->parameters(), in SubstituteExplicitTemplateArguments()
|
D | SemaTemplateInstantiate.cpp | 2463 bool Sema::SubstParmTypes( in SubstParmTypes() function in Sema
|
D | SemaTemplateInstantiateDecl.cpp | 4219 if (SemaRef.SubstParmTypes(D->getLocation(), D->parameters(), nullptr, in SubstFunctionType()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7153 bool SubstParmTypes(SourceLocation Loc, ArrayRef<ParmVarDecl *> Params,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9106 bool SubstParmTypes(SourceLocation Loc, ArrayRef<ParmVarDecl *> Params,
|