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

/external/clang/lib/AST/
H A DExprCXX.cpp49 bool usualArrayDeleteWantsSize,
63 GlobalNew(globalNew), UsualArrayDeleteWantsSize(usualArrayDeleteWantsSize) {
47 CXXNewExpr(ASTContext &C, bool globalNew, FunctionDecl *operatorNew, FunctionDecl *operatorDelete, bool usualArrayDeleteWantsSize, Expr **placementArgs, unsigned numPlaceArgs, SourceRange typeIdParens, Expr *arraySize, InitializationStyle initializationStyle, Expr *initializer, QualType ty, TypeSourceInfo *allocatedTypeInfo, SourceLocation startLoc, SourceRange directInitRange) argument

Completed in 28 milliseconds