Searched defs:ControllingExpr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp3598 SourceLocation GenericLoc, Expr *ControllingExpr,
3617 SubExprs[CONTROLLING] = ControllingExpr;
3624 SourceLocation GenericLoc, Expr *ControllingExpr,
3642 SubExprs[CONTROLLING] = ControllingExpr;
3597 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3623 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp1334 Expr *ControllingExpr,
1349 ControllingExpr,
1360 Expr *ControllingExpr,
1368 ExprResult R = DefaultFunctionArrayLvalueConversion(ControllingExpr);
1371 ControllingExpr = R.get();
1376 ControllingExpr->HasSideEffects(Context, false))
1377 Diag(ControllingExpr->getExprLoc(),
1381 IsResultDependent = ControllingExpr->isTypeDependent(),
1383 = ControllingExpr->containsUnexpandedParameterPack();
1440 Context, KeyLoc, ControllingExpr, Type
1331 ActOnGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<ParsedType> ArgTypes, ArrayRef<Expr *> ArgExprs) argument
1357 CreateGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
[all...]
H A DTreeTransform.h2262 Expr *ControllingExpr,
2266 ControllingExpr, Types, Exprs);
7968 ExprResult ControllingExpr = local
7970 if (ControllingExpr.isInvalid())
7995 ControllingExpr.get(),
2259 RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument

Completed in 123 milliseconds