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.cpp7228 S.NoteDeletedFunction(Best->Function); in CopyObject()
7366 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
9011 S.NoteDeletedFunction(Best->Function); in Diagnose()
9285 S.NoteDeletedFunction(Best->Function); in Diagnose()
10318 NoteDeletedFunction(Best->Function); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp8411 S.NoteDeletedFunction(Best->Function); in visitBinaryOperator()
9560 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
9678 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
H A DSemaExprCXX.cpp1918 S.NoteDeletedFunction(Operator); in CheckDeleteOperator()
H A DSemaExpr.cpp122 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
274 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
H A DSemaOverload.cpp15682 NoteDeletedFunction(DeletedFD); in CreateOverloadedBinOp()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6943 void NoteDeletedFunction(FunctionDecl *FD);