Searched refs:PredicateIsExpr (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1623 bool PredicateIsExpr, void *ControllingExprOrType, in ActOnGenericSelectionExpr() argument 1638 if (!PredicateIsExpr) { in ActOnGenericSelectionExpr() 1647 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr() 1655 bool PredicateIsExpr, void *ControllingExprOrType, in CreateGenericSelectionExpr() argument 1664 if (PredicateIsExpr) { in CreateGenericSelectionExpr()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6824 bool PredicateIsExpr, 6835 bool PredicateIsExpr,
|