Searched refs:getExprs (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 395 llvm::ArrayRef<Expr *> getExprs() const { return Exprs; } in getExprs() function 444 bool hasDevNumExpr() const { return getExprs()[0]; } in hasDevNumExpr() 445 Expr *getDevNumExpr() const { return getExprs()[0]; } in getDevNumExpr() 447 return OpenACCClauseWithExprs::getExprs().drop_front(); in getQueueIdExprs() 450 return OpenACCClauseWithExprs::getExprs().drop_front(); in getQueueIdExprs() 476 return OpenACCClauseWithExprs::getExprs(); in getIntExprs() 480 return OpenACCClauseWithExprs::getExprs(); in getIntExprs() 501 bool hasIntExpr() const { return !getExprs().empty(); } in hasIntExpr() 503 return hasIntExpr() ? getExprs()[0] : nullptr; in getIntExpr() 506 Expr *getIntExpr() { return hasIntExpr() ? getExprs()[0] : nullptr; }; in getIntExpr() [all …]
|
H A D | Expr.h | 5839 return getExprs()[Init]; in getExpr() 5846 Expr **getExprs() { in getExprs() function 5850 ArrayRef<Expr *> exprs() { return llvm::ArrayRef(getExprs(), getNumExprs()); } in exprs()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 380 Args = ParenList->getExprs(); in PrintConstructorInitializers()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 837 MultiExprArg(CXXDirectInit->getExprs(), CXXDirectInit->getNumExprs()); in buildLambdaInitCaptureInitialization()
|
H A D | SemaDeclCXX.cpp | 4489 Args = MultiExprArg(ParenList->getExprs(), ParenList->getNumExprs()); in BuildMemberInitializer() 4569 Args = MultiExprArg(ParenList->getExprs(), ParenList->getNumExprs()); in BuildDelegatingInitializer() 4716 Args = MultiExprArg(ParenList->getExprs(), ParenList->getNumExprs()); in BuildBaseInitializer()
|
H A D | SemaExprCXX.cpp | 2058 Exprs = MultiExprArg(List->getExprs(), List->getNumExprs()); in BuildCXXNew()
|
H A D | TreeTransform.h | 3284 TInfo, LParenLoc, MultiExprArg(PLE->getExprs(), PLE->getNumExprs()), in RebuildCXXFunctionalCastExpr() 12816 if (TransformExprs(E->getExprs(), E->getNumExprs(), true, Inits, in TransformParenListExpr()
|
H A D | SemaDecl.cpp | 13446 Args = MultiExprArg(CXXDirectInit->getExprs(), in AddInitializerToDecl()
|
H A D | SemaExpr.cpp | 7749 exprs = PE->getExprs(); in BuildVectorLiteral()
|