Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2698 void setOperatorDelete(FunctionDecl *OD, Expr *ThisArg);
H A DExprCXX.h2260 void setOperatorDelete(FunctionDecl *D) { OperatorDelete = D; } in setOperatorDelete() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2771 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete() function in CXXDestructorDecl
H A DASTImporter.cpp3438 ToDtor->setOperatorDelete(ToOperatorDelete, ToThisArg); in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1879 E->setOperatorDelete(readDeclAs<FunctionDecl>()); in VisitCXXNewExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp10392 Destructor->setOperatorDelete(OperatorDelete, ThisArg); in CheckDestructor()