Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6817 S.NoteDeletedFunction(Best->Function); in CopyObject()
6955 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
9697 S.NoteDeletedFunction(Best->Function); in Diagnose()
9957 S.NoteDeletedFunction(Best->Function); in Diagnose()
10915 NoteDeletedFunction(Best->Function); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp8337 S.NoteDeletedFunction(Best->Function); in visitBinaryOperator()
9479 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
9573 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
H A DSemaExprCXX.cpp3319 NoteDeletedFunction(Operator); in FindDeallocationFunction()
H A DSemaExpr.cpp117 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
276 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
H A DSemaOverload.cpp14859 NoteDeletedFunction(DeletedFD); in CreateOverloadedBinOp()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5505 void NoteDeletedFunction(FunctionDecl *FD);