Searched refs:ControllingExpr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2693 ExprResult ControllingExpr; in ParseGenericSelectionExpression() local 2699 ControllingExpr = in ParseGenericSelectionExpression() 2701 if (ControllingExpr.isInvalid()) { in ParseGenericSelectionExpression() 2761 ControllingExpr.get(), in ParseGenericSelectionExpression()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1327 Expr *ControllingExpr, in ActOnGenericSelectionExpr() argument 1342 ControllingExpr, in ActOnGenericSelectionExpr() 1353 Expr *ControllingExpr, in CreateGenericSelectionExpr() argument 1367 ControllingExpr = R.get(); in CreateGenericSelectionExpr() 1373 ControllingExpr->HasSideEffects(Context, false)) in CreateGenericSelectionExpr() 1374 Diag(ControllingExpr->getExprLoc(), in CreateGenericSelectionExpr() 1378 IsResultDependent = ControllingExpr->isTypeDependent(), in CreateGenericSelectionExpr() 1456 ControllingExpr = ControllingExpr->IgnoreParens(); in CreateGenericSelectionExpr() 1458 << ControllingExpr->getSourceRange() << ControllingExpr->getType() in CreateGenericSelectionExpr() 1475 ControllingExpr = ControllingExpr->IgnoreParens(); in CreateGenericSelectionExpr() [all …]
|
| H A D | TreeTransform.h | 2462 Expr *ControllingExpr, in RebuildGenericSelectionExpr() argument 2466 ControllingExpr, Types, Exprs); in RebuildGenericSelectionExpr() 9065 ExprResult ControllingExpr = in TransformGenericSelectionExpr() local 9067 if (ControllingExpr.isInvalid()) in TransformGenericSelectionExpr() 9092 ControllingExpr.get(), in TransformGenericSelectionExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Expr.cpp | 3779 SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 3798 SubExprs[CONTROLLING] = ControllingExpr; in GenericSelectionExpr() 3805 SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 3823 SubExprs[CONTROLLING] = ControllingExpr; in GenericSelectionExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Expr.h | 5024 SourceLocation GenericLoc, Expr *ControllingExpr, 5033 SourceLocation GenericLoc, Expr *ControllingExpr,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4266 Expr *ControllingExpr, 4272 Expr *ControllingExpr,
|