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

/external/clang/include/clang/AST/
H A DExprCXX.h1683 Expr *getPlacementArg(unsigned i) { function in class:clang::CXXNewExpr
1687 const Expr *getPlacementArg(unsigned i) const {
1689 return const_cast<CXXNewExpr*>(this)->getPlacementArg(i);

Completed in 2205 milliseconds