Searched refs:getNumExprs (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 457 if (Parens->getNumExprs() == 1) { in checkInitCapture() 465 if (Parens->getNumExprs() == 0) in checkInitCapture() 468 else if (Parens->getNumExprs() > 1) in checkInitCapture()
|
D | SemaExprCXX.cpp | 1071 return PLE->getNumExprs() == 0; in isLegalArrayNewInitializer() 1118 NumInits = List->getNumExprs(); in BuildCXXNew()
|
D | SemaExpr.cpp | 5024 if (PLE && PLE->getNumExprs() == 0) { in ActOnCastExpr() 5028 if (PE || PLE->getNumExprs() == 1) { in ActOnCastExpr() 5068 numExprs = PE->getNumExprs(); in BuildVectorLiteral() 5144 for (unsigned i = 1, e = E->getNumExprs(); i != e && !Result.isInvalid(); ++i) in MaybeConvertParenListExprToParenExpr()
|
D | SemaDecl.cpp | 7865 if (CXXDirectInit->getNumExprs() == 0) { in AddInitializerToDecl() 7874 } else if (CXXDirectInit->getNumExprs() > 1) { in AddInitializerToDecl() 8043 CXXDirectInit->getNumExprs()); in AddInitializerToDecl()
|
D | SemaDeclCXX.cpp | 2545 Args = MultiExprArg(ParenList->getExprs(), ParenList->getNumExprs()); in BuildMemberInitializer() 2629 Args = MultiExprArg(ParenList->getExprs(), ParenList->getNumExprs()); in BuildDelegatingInitializer() 2765 Args = MultiExprArg(ParenList->getExprs(), ParenList->getNumExprs()); in BuildBaseInitializer()
|
D | TreeTransform.h | 7043 if (TransformExprs(E->getExprs(), E->getNumExprs(), true, Inits, in TransformParenListExpr()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 526 NumArgs = ParenList->getNumExprs(); in VisitFunctionDecl()
|
D | StmtPrinter.cpp | 1102 for (unsigned i = 0, e = Node->getNumExprs(); i != e; ++i) { in VisitParenListExpr()
|
D | ItaniumMangle.cpp | 2705 for (unsigned i = 0, e = PLE->getNumExprs(); i != e; ++i) in mangleExpression()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4200 unsigned getNumExprs() const { return NumExprs; } in getNumExprs() function 4203 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr() 4208 assert(Init < getNumExprs() && "Initializer access out of range!"); in getExpr()
|
/external/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 742 return Par(expr, expr->getNumExprs(), expr->getExprs(), env); in DECL_VISIT_EXPR()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 744 return Par(expr, expr->getNumExprs(), expr->getExprs(), env); in DECL_VISIT_EXPR()
|