Home
last modified time | relevance | path

Searched refs:SubstDefaultedFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h628 bool SubstDefaultedFunction(FunctionDecl *New, FunctionDecl *Tmpl);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2310 if (SubstDefaultedFunction(Function, D)) in VisitFunctionDecl()
2660 if (SubstDefaultedFunction(Method, D)) in VisitCXXMethodDecl()
4723 bool TemplateDeclInstantiator::SubstDefaultedFunction(FunctionDecl *New, in SubstDefaultedFunction() function in TemplateDeclInstantiator