Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp5514 S.NoteDeletedFunction(Best->Function); in CopyObject()
5622 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
7159 S.NoteDeletedFunction(Best->Function); in Diagnose()
7367 S.NoteDeletedFunction(Best->Function); in Diagnose()
DSemaDeclCXX.cpp5707 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
5778 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
DSemaExprCXX.cpp2537 NoteDeletedFunction(Operator); in FindDeallocationFunction()
DSemaExpr.cpp205 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
360 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp6223 S.NoteDeletedFunction(Best->Function); in CopyObject()
6362 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
9028 S.NoteDeletedFunction(Best->Function); in Diagnose()
9287 S.NoteDeletedFunction(Best->Function); in Diagnose()
10099 NoteDeletedFunction(Best->Function); in DeduceTemplateSpecializationFromInitializer()
DSemaDeclCXX.cpp7825 S.NoteDeletedFunction(Best->Function); in visitBinaryOperator()
8830 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
8924 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
DSemaExprCXX.cpp3074 NoteDeletedFunction(Operator); in FindDeallocationFunction()
DSemaExpr.cpp103 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
261 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
DSemaOverload.cpp13873 NoteDeletedFunction(DeletedFD); in CreateOverloadedBinOp()
/external/clang/include/clang/Sema/
DSema.h3639 void NoteDeletedFunction(FunctionDecl *FD);
/external/llvm-project/clang/include/clang/Sema/
DSema.h4788 void NoteDeletedFunction(FunctionDecl *FD);