Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp6671 S.NoteDeletedFunction(Best->Function); in CopyObject()
6811 S.NoteDeletedFunction(Best->Function); in CheckCXX98CompatAccessibleCopy()
9533 S.NoteDeletedFunction(Best->Function); in Diagnose()
9793 S.NoteDeletedFunction(Best->Function); in Diagnose()
10621 NoteDeletedFunction(Best->Function); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp8098 S.NoteDeletedFunction(Best->Function); in visitBinaryOperator()
9182 S.NoteDeletedFunction(Decl); in shouldDeleteForSubobjectCall()
9276 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
H A DSemaExprCXX.cpp3276 NoteDeletedFunction(Operator); in FindDeallocationFunction()
H A DSemaExpr.cpp115 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() function in Sema
274 NoteDeletedFunction(FD); in DiagnoseUseOfDecl()
H A DSemaOverload.cpp14221 NoteDeletedFunction(DeletedFD); in CreateOverloadedBinOp()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5379 void NoteDeletedFunction(FunctionDecl *FD);