Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp6351 S.NoteDeletedFunction(Best->Function); in CopyObject()
6491 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
9183 S.NoteDeletedFunction(Best->Function); in Diagnose()
9442 S.NoteDeletedFunction(Best->Function); in Diagnose()
10253 NoteDeletedFunction(Best->Function); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp8028 S.NoteDeletedFunction(Best->Function); in visitBinaryOperator()
9096 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
9190 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
H A DSemaExprCXX.cpp3206 NoteDeletedFunction(Operator); in FindDeallocationFunction()
H A DSemaExpr.cpp114 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
272 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
H A DSemaOverload.cpp14052 NoteDeletedFunction(DeletedFD); in CreateOverloadedBinOp()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5239 void NoteDeletedFunction(FunctionDecl *FD);