Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2281 void setDefaultedFunctionInfo(DefaultedFunctionInfo *Info);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3098 void FunctionDecl::setDefaultedFunctionInfo(DefaultedFunctionInfo *Info) { in setDefaultedFunctionInfo() function in FunctionDecl
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1120 FD->setDefaultedFunctionInfo(FunctionDecl::DefaultedFunctionInfo::Create( in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4842 New->setDefaultedFunctionInfo( in SubstDefaultedFunction()
H A DSemaDeclCXX.cpp8808 FD->setDefaultedFunctionInfo(FunctionDecl::DefaultedFunctionInfo::Create( in CheckExplicitlyDefaultedComparison()