Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp5397 S.NoteDeletedFunction(Best->Function); in CopyObject()
5504 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
6993 S.NoteDeletedFunction(Best->Function); in Diagnose()
7198 S.NoteDeletedFunction(Best->Function); in Diagnose()
DSemaExpr.cpp201 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
225 NoteDeletedFunction(BaseCD); in NoteDeletedFunction()
361 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
DSemaExprCXX.cpp2312 NoteDeletedFunction(Operator); in FindDeallocationFunction()
DSemaDeclCXX.cpp5577 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
DSemaOverload.cpp11690 NoteDeletedFunction(Method); in CreateOverloadedBinOp()
/external/clang/include/clang/Sema/
DSema.h3555 void NoteDeletedFunction(FunctionDecl *FD);