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

/external/clang/lib/AST/
H A DExprCXX.cpp51 SourceRange typeIdParens, Expr *arraySize,
61 AllocatedTypeInfo(allocatedTypeInfo), TypeIdParens(typeIdParens),
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 32 milliseconds