Home
last modified time | relevance | path

Searched defs:OperatorDelete (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1159 const FunctionDecl *OperatorDelete; member in __anon7f32a35d0211::CallDeleteDuringNew
1171 const FunctionDecl *OperatorDelete, in CallDeleteDuringNew()
1212 const FunctionDecl *OperatorDelete; member in __anon7f32a35d0211::CallDeleteDuringConditionalNew
1226 const FunctionDecl *OperatorDelete, in CallDeleteDuringConditionalNew()
1514 const FunctionDecl *OperatorDelete; member
1529 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup()
1560 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local
1594 const FunctionDecl *OperatorDelete; member
/external/clang/lib/Sema/
DSemaExprCXX.cpp1510 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local
1727 FunctionDecl *&OperatorDelete) { in FindAllocationFunctions()
2627 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
DTreeTransform.h9155 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local
9238 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
DSemaDeclCXX.cpp5831 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local
6766 FunctionDecl *OperatorDelete = nullptr; in CheckDestructor() local
/external/clang/include/clang/AST/
DExprCXX.h1743 FunctionDecl *OperatorDelete; variable
1941 FunctionDecl *OperatorDelete; variable
DDeclCXX.h2351 FunctionDecl *OperatorDelete; variable
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1717 if (auto *OperatorDelete = ReadDeclAs<FunctionDecl>(Record, Idx)) { in VisitCXXDestructorDecl() local