Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1167 const FunctionDecl *OperatorDelete; member in __anon355f96dc0211::CallDeleteDuringNew
1179 const FunctionDecl *OperatorDelete, in CallDeleteDuringNew()
1220 const FunctionDecl *OperatorDelete; member in __anon355f96dc0211::CallDeleteDuringConditionalNew
1234 const FunctionDecl *OperatorDelete, in CallDeleteDuringConditionalNew()
1522 const FunctionDecl *OperatorDelete; member
1537 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup()
1568 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local
1602 const FunctionDecl *OperatorDelete; member
/external/clang/lib/Sema/
DSemaExprCXX.cpp1743 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local
1961 FunctionDecl *&OperatorDelete) { in FindAllocationFunctions()
2852 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
DSemaDeclCXX.cpp5986 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local
6929 FunctionDecl *OperatorDelete = nullptr; in CheckDestructor() local
DTreeTransform.h9462 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local
9545 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
/external/clang/include/clang/AST/
DExprCXX.h1812 FunctionDecl *OperatorDelete; variable
2010 FunctionDecl *OperatorDelete; variable
DDeclCXX.h2417 FunctionDecl *OperatorDelete; variable
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1799 if (auto *OperatorDelete = ReadDeclAs<FunctionDecl>(Record, Idx)) { in VisitCXXDestructorDecl() local