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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp835 MultiExprArg ConstructorArgs,
890 move(ConstructorArgs),
905 MultiExprArg ConstructorArgs,
912 if (ConstructorArgs.size() == 0)
915 if (ConstructorArgs.size() != 1) {
916 Expr *FirstBad = ConstructorArgs.get()[1];
922 if (!DeduceAutoType(AllocTypeInfo, ConstructorArgs.get()[0], DeducedType))
925 << ConstructorArgs.get()[0]->getType()
927 << ConstructorArgs.get()[0]->getSourceRange());
1075 Expr **ConsArgs = (Expr**)ConstructorArgs
831 ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, Declarator &D, SourceLocation ConstructorLParen, MultiExprArg ConstructorArgs, SourceLocation ConstructorRParen) argument
896 BuildCXXNew(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocType, TypeSourceInfo *AllocTypeInfo, Expr *ArraySize, SourceLocation ConstructorLParen, MultiExprArg ConstructorArgs, SourceLocation ConstructorRParen, bool TypeMayContainAuto) argument
[all...]
H A DTreeTransform.h1932 MultiExprArg ConstructorArgs,
1943 move(ConstructorArgs),
6934 ASTOwningVector<Expr*> ConstructorArgs(SemaRef);
6938 ConstructorArgs, &ArgumentChanged))
7037 move_arg(ConstructorArgs),
1922 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Expr *ArraySize, SourceLocation ConstructorLParen, MultiExprArg ConstructorArgs, SourceLocation ConstructorRParen) argument

Completed in 121 milliseconds