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

/external/clang/lib/AST/
H A DExprCXX.cpp147 SourceRange Range, SourceRange directInitRange)
154 Range(Range), DirectInitRange(directInitRange),
139 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

Completed in 205 milliseconds