Searched refs:PredicateIsExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1724 bool PredicateIsExpr, void *ControllingExprOrType, in ActOnGenericSelectionExpr() argument 1739 if (!PredicateIsExpr) { in ActOnGenericSelectionExpr() 1748 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr() 1756 bool PredicateIsExpr, void *ControllingExprOrType, in CreateGenericSelectionExpr() argument 1765 if (PredicateIsExpr) { in CreateGenericSelectionExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7247 bool PredicateIsExpr, 7258 bool PredicateIsExpr,
|