Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h592 bool SubstDefaultedFunction(FunctionDecl *New, FunctionDecl *Tmpl);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2182 if (SubstDefaultedFunction(Function, D)) in VisitFunctionDecl()
2512 if (SubstDefaultedFunction(Method, D)) in VisitCXXMethodDecl()
4587 bool TemplateDeclInstantiator::SubstDefaultedFunction(FunctionDecl *New, in SubstDefaultedFunction() function in TemplateDeclInstantiator