Home
last modified time | relevance | path

Searched refs:setDefaultedFunctionInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2169 void setDefaultedFunctionInfo(DefaultedFunctionInfo *Info);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2903 void FunctionDecl::setDefaultedFunctionInfo(DefaultedFunctionInfo *Info) { in setDefaultedFunctionInfo() function in FunctionDecl
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp905 FD->setDefaultedFunctionInfo(FunctionDecl::DefaultedFunctionInfo::Create( in VisitFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4729 New->setDefaultedFunctionInfo( in SubstDefaultedFunction()
H A DSemaDeclCXX.cpp8383 FD->setDefaultedFunctionInfo(FunctionDecl::DefaultedFunctionInfo::Create( in CheckExplicitlyDefaultedComparison()