Home
last modified time | relevance | path

Searched refs:getConstructorArg (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DStmtPrinter.cpp1190 PrintExpr(E->getConstructorArg(0)); in VisitCXXNewExpr()
1193 PrintExpr(E->getConstructorArg(i)); in VisitCXXNewExpr()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp693 const Expr *Init = E->getConstructorArg(0); in StoreAnyExprIntoOneUnit()
803 isa<ImplicitValueInitExpr>(E->getConstructorArg(0))) { in EmitNewInitializer()
/external/clang/include/clang/AST/
DExprCXX.h1168 Expr *getConstructorArg(unsigned i) { in getConstructorArg() function
1172 const Expr *getConstructorArg(unsigned i) const { in getConstructorArg() function
/external/clang/tools/libclang/
DCIndex.cpp1902 AddStmt(E->getConstructorArg(I-1)); in VisitCXXNewExpr()