Searched refs:ControllingExpr (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp2245 ExprResult ControllingExpr;
2250 ControllingExpr = ParseAssignmentExpression();
2251 if (ControllingExpr.isInvalid()) {
2314 ControllingExpr.release(),
/external/clang/lib/Sema/
H A DSemaExpr.cpp1102 Expr *ControllingExpr,
1120 ControllingExpr, Types, Exprs,
1130 Expr *ControllingExpr,
1135 IsResultDependent = ControllingExpr->isTypeDependent(),
1137 = ControllingExpr->containsUnexpandedParameterPack();
1194 Context, KeyLoc, ControllingExpr,
1204 else if (Context.typesAreCompatible(ControllingExpr->getType(),
1215 ControllingExpr = ControllingExpr->IgnoreParens();
1216 Diag(ControllingExpr
1099 ActOnGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, MultiTypeArg ArgTypes, MultiExprArg ArgExprs) argument
1127 CreateGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, TypeSourceInfo **Types, Expr **Exprs, unsigned NumAssocs) argument
[all...]
H A DTreeTransform.h1731 Expr *ControllingExpr,
1736 ControllingExpr, Types, Exprs,
6135 ExprResult ControllingExpr = local
6137 if (ControllingExpr.isInvalid())
6162 ControllingExpr.release(),
1728 RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, TypeSourceInfo **Types, Expr **Exprs, unsigned NumAssocs) argument
/external/clang/lib/AST/
H A DExpr.cpp3428 SourceLocation GenericLoc, Expr *ControllingExpr,
3447 SubExprs[CONTROLLING] = ControllingExpr;
3454 SourceLocation GenericLoc, Expr *ControllingExpr,
3472 SubExprs[CONTROLLING] = ControllingExpr;
3427 GenericSelectionExpr(ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3453 GenericSelectionExpr(ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
/external/clang/include/clang/AST/
H A DExpr.h4106 SourceLocation GenericLoc, Expr *ControllingExpr,
4115 SourceLocation GenericLoc, Expr *ControllingExpr,
/external/clang/include/clang/Sema/
H A DSema.h2889 Expr *ControllingExpr,
2895 Expr *ControllingExpr,

Completed in 985 milliseconds