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

/external/clang/lib/AST/
H A DExpr.cpp3567 SourceLocation GenericLoc, Expr *ControllingExpr,
3586 SubExprs[CONTROLLING] = ControllingExpr;
3593 SourceLocation GenericLoc, Expr *ControllingExpr,
3611 SubExprs[CONTROLLING] = ControllingExpr;
3566 GenericSelectionExpr(ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3592 GenericSelectionExpr(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 DTreeTransform.h1820 Expr *ControllingExpr,
1824 ControllingExpr, Types, Exprs);
6413 ExprResult ControllingExpr = local
6415 if (ControllingExpr.isInvalid())
6440 ControllingExpr.release(),
1817 RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
H A DSemaExpr.cpp1275 Expr *ControllingExpr,
1290 ControllingExpr,
1301 Expr *ControllingExpr,
1306 if (ControllingExpr->getType()->isPlaceholderType()) {
1307 ExprResult result = CheckPlaceholderExpr(ControllingExpr);
1309 ControllingExpr = result.take();
1313 IsResultDependent = ControllingExpr->isTypeDependent(),
1315 = ControllingExpr->containsUnexpandedParameterPack();
1372 Context, KeyLoc, ControllingExpr,
1381 else if (Context.typesAreCompatible(ControllingExpr
1272 ActOnGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<ParsedType> ArgTypes, ArrayRef<Expr *> ArgExprs) argument
1298 CreateGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
[all...]

Completed in 82 milliseconds