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

/external/clang/include/clang/AST/
H A DExprCXX.h1583 /// calls, e.g: "new CXXNewExpr(foo)".
1584 class CXXNewExpr : public Expr { class in namespace:clang
1630 CXXNewExpr(const ASTContext &C, bool globalNew, FunctionDecl *operatorNew,
1637 explicit CXXNewExpr(EmptyShell Shell) function in class:clang::CXXNewExpr
1689 return const_cast<CXXNewExpr*>(this)->getPlacementArg(i);
/external/clang/lib/AST/
H A DExprCXX.cpp138 // CXXNewExpr
139 CXXNewExpr::CXXNewExpr(const ASTContext &C, bool globalNew, function in class:CXXNewExpr
203 void CXXNewExpr::AllocateArgsArray(const ASTContext &C, bool isArray,
213 bool CXXNewExpr::shouldNullCheckAllocation(const ASTContext &Ctx) const {

Completed in 81 milliseconds