Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h697 bool SubstDefaultedFunction(FunctionDecl *New, FunctionDecl *Tmpl);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2399 if (SubstDefaultedFunction(Function, D)) in VisitFunctionDecl()
2775 if (SubstDefaultedFunction(Method, D)) in VisitCXXMethodDecl()
4824 bool TemplateDeclInstantiator::SubstDefaultedFunction(FunctionDecl *New, in SubstDefaultedFunction() function in TemplateDeclInstantiator