Searched defs:ControllingExpr (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4386 const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() 4441 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() 4494 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() 4508 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 3465 ExprResult ControllingExpr; in ParseGenericSelectionExpression() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 3109 Expr *ControllingExpr, in RebuildGenericSelectionExpr() 11847 ExprResult ControllingExpr; in TransformGenericSelectionExpr() local
|
H A D | SemaExpr.cpp | 1662 Expr *ControllingExpr = nullptr; in CreateGenericSelectionExpr() local 1822 TypeSourceInfo *ControllingType) { in CreateGenericSelectionExpr()
|