Home
last modified time | relevance | path

Searched refs:NoteDeletedFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6292 S.NoteDeletedFunction(Best->Function); in CopyObject()
6432 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
9110 S.NoteDeletedFunction(Best->Function); in Diagnose()
9369 S.NoteDeletedFunction(Best->Function); in Diagnose()
10181 NoteDeletedFunction(Best->Function); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp7911 S.NoteDeletedFunction(Best->Function); in visitBinaryOperator()
8916 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
9010 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
H A DSemaExprCXX.cpp3160 NoteDeletedFunction(Operator); in FindDeallocationFunction()
H A DSemaExpr.cpp109 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
267 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
H A DSemaOverload.cpp13881 NoteDeletedFunction(DeletedFD); in CreateOverloadedBinOp()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4971 void NoteDeletedFunction(FunctionDecl *FD);