Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6961 S.NoteDeletedFunction(Best->Function); in CopyObject()
7099 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
8730 S.NoteDeletedFunction(Best->Function); in Diagnose()
8994 S.NoteDeletedFunction(Best->Function); in Diagnose()
10022 NoteDeletedFunction(Best->Function); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp8234 S.NoteDeletedFunction(Best->Function); in visitBinaryOperator()
9380 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
9475 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
H A DSemaExprCXX.cpp3323 NoteDeletedFunction(Operator); in FindDeallocationFunction()
H A DSemaExpr.cpp120 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
270 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
H A DSemaOverload.cpp14866 NoteDeletedFunction(DeletedFD); in CreateOverloadedBinOp()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6522 void NoteDeletedFunction(FunctionDecl *FD);