Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp5375 S.NoteDeletedFunction(Best->Function); in CopyObject()
5482 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
6961 S.NoteDeletedFunction(Best->Function); in Diagnose()
7164 S.NoteDeletedFunction(Best->Function); in Diagnose()
HDSemaExpr.cpp200 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
224 NoteDeletedFunction(BaseCD); in NoteDeletedFunction()
360 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
HDSemaExprCXX.cpp2297 NoteDeletedFunction(Operator); in FindDeallocationFunction()
HDSemaOverload.cpp11332 NoteDeletedFunction(Method); in CreateOverloadedBinOp()
HDSemaDeclCXX.cpp5574 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3495 void NoteDeletedFunction(FunctionDecl *FD);