Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp6290 S.NoteDeletedFunction(Best->Function); in CopyObject()
6430 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
9109 S.NoteDeletedFunction(Best->Function); in Diagnose()
9368 S.NoteDeletedFunction(Best->Function); in Diagnose()
10180 NoteDeletedFunction(Best->Function); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp7904 S.NoteDeletedFunction(Best->Function); in visitBinaryOperator()
8909 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
9003 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
H A DSemaExprCXX.cpp3143 NoteDeletedFunction(Operator); in FindDeallocationFunction()
H A DSemaExpr.cpp104 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
262 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
H A DSemaOverload.cpp13861 NoteDeletedFunction(DeletedFD); in CreateOverloadedBinOp()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4931 void NoteDeletedFunction(FunctionDecl *FD);