Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp5949 S.NoteDeletedFunction(Best->Function); in CopyObject()
6088 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
8378 S.NoteDeletedFunction(Best->Function); in Diagnose()
8610 S.NoteDeletedFunction(Best->Function); in Diagnose()
9399 NoteDeletedFunction(Best->Function); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp6974 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
7043 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
H A DSemaExprCXX.cpp2922 NoteDeletedFunction(Operator); in FindDeallocationFunction()
H A DSemaExpr.cpp100 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
263 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
H A DSemaOverload.cpp12652 NoteDeletedFunction(Method); in CreateOverloadedBinOp()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4020 void NoteDeletedFunction(FunctionDecl *FD);