Searched refs:ControllingExprOrType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1638 bool PredicateIsExpr, void *ControllingExprOrType, in ActOnGenericSelectionExpr() argument 1655 (void)GetTypeFromParser(ParsedType::getFromOpaquePtr(ControllingExprOrType), in ActOnGenericSelectionExpr() 1658 ControllingExprOrType = ControllingType; in ActOnGenericSelectionExpr() 1662 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr() 1670 bool PredicateIsExpr, void *ControllingExprOrType, in CreateGenericSelectionExpr() argument 1674 assert(ControllingExprOrType && in CreateGenericSelectionExpr() 1686 reinterpret_cast<Expr *>(ControllingExprOrType)); in CreateGenericSelectionExpr() 1692 ControllingType = reinterpret_cast<TypeSourceInfo *>(ControllingExprOrType); in CreateGenericSelectionExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5816 void *ControllingExprOrType, 5827 void *ControllingExprOrType,
|