Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DTemplate.h592 bool SubstDefaultedFunction(FunctionDecl *New, FunctionDecl *Tmpl);
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2180 if (SubstDefaultedFunction(Function, D)) in VisitFunctionDecl()
2510 if (SubstDefaultedFunction(Method, D)) in VisitCXXMethodDecl()
4579 bool TemplateDeclInstantiator::SubstDefaultedFunction(FunctionDecl *New, in SubstDefaultedFunction() function in TemplateDeclInstantiator