Searched refs:ControllingExprOrType (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 1741 (void)GetTypeFromParser(ParsedType::getFromOpaquePtr(ControllingExprOrType), in ActOnGenericSelectionExpr() 1744 ControllingExprOrType = ControllingType; in ActOnGenericSelectionExpr() 1748 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr() 1756 bool PredicateIsExpr, void *ControllingExprOrType, in CreateGenericSelectionExpr() argument 1760 assert(ControllingExprOrType && in CreateGenericSelectionExpr() 1772 reinterpret_cast<Expr *>(ControllingExprOrType)); in CreateGenericSelectionExpr() 1778 ControllingType = reinterpret_cast<TypeSourceInfo *>(ControllingExprOrType); in CreateGenericSelectionExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7248 void *ControllingExprOrType, 7259 void *ControllingExprOrType,
|