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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1036 unsigned NumPlaceArgs = PlacementArgs.size(); local
1039 !Expr::hasAnyTypeDependentArguments(PlaceArgs, NumPlaceArgs) &&
1043 NumPlaceArgs, OperatorNew, OperatorDelete))
1062 Proto, 1, PlaceArgs, NumPlaceArgs,
1066 NumPlaceArgs = AllPlaceArgs.size();
1067 if (NumPlaceArgs > 0)
1161 PlaceArgs, NumPlaceArgs, TypeIdParens,
1233 unsigned NumPlaceArgs,
1245 SmallVector<Expr*, 8> AllocArgs(1 + NumPlaceArgs);
1254 std::copy(PlaceArgs, PlaceArgs + NumPlaceArgs, AllocArg
1230 FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, bool UseGlobal, QualType AllocType, bool IsArray, Expr **PlaceArgs, unsigned NumPlaceArgs, FunctionDecl *&OperatorNew, FunctionDecl *&OperatorDelete) argument
[all...]

Completed in 50 milliseconds