Searched refs:ControllingExprOrType (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 1640 (void)GetTypeFromParser(ParsedType::getFromOpaquePtr(ControllingExprOrType), in ActOnGenericSelectionExpr() 1643 ControllingExprOrType = ControllingType; in ActOnGenericSelectionExpr() 1647 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr() 1655 bool PredicateIsExpr, void *ControllingExprOrType, in CreateGenericSelectionExpr() argument 1659 assert(ControllingExprOrType && in CreateGenericSelectionExpr() 1671 reinterpret_cast<Expr *>(ControllingExprOrType)); in CreateGenericSelectionExpr() 1677 ControllingType = reinterpret_cast<TypeSourceInfo *>(ControllingExprOrType); in CreateGenericSelectionExpr()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6825 void *ControllingExprOrType, 6836 void *ControllingExprOrType,
|