Home
last modified time | relevance | path

Searched refs:NoteDeletedFunction (Results 1 – 6 of 6) 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()
DSemaOverload.cpp11937 NoteDeletedFunction(Method); in CreateOverloadedBinOp()
/external/clang/include/clang/Sema/
DSema.h3639 void NoteDeletedFunction(FunctionDecl *FD);