Searched defs:operatorDelete (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp64 FunctionDecl *operatorNew, FunctionDecl *operatorDelete,
76 SubExprs(nullptr), OperatorNew(operatorNew), OperatorDelete(operatorDelete),
63 CXXNewExpr(const ASTContext &C, bool globalNew, FunctionDecl *operatorNew, FunctionDecl *operatorDelete, bool usualArrayDeleteWantsSize, ArrayRef<Expr*> placementArgs, SourceRange typeIdParens, Expr *arraySize, InitializationStyle initializationStyle, Expr *initializer, QualType ty, TypeSourceInfo *allocatedTypeInfo, SourceRange Range, SourceRange directInitRange) argument
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1673 const FunctionDecl *operatorDelete = E->getOperatorDelete(); local
1675 allocatedPtr, operatorDelete,

Completed in 221 milliseconds