HomeSort by: relevance | last modified time | path
    Searched refs:ControllingExpr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 4120 const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr,
4135 getTrailingObjects<Stmt *>()[ControllingIndex] = ControllingExpr;
4145 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr,
4158 getTrailingObjects<Stmt *>()[ControllingIndex] = ControllingExpr;
4171 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr,
4180 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc,
4185 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr,
4194 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 1577 Expr *ControllingExpr,
1592 ControllingExpr,
1603 Expr *ControllingExpr,
1614 ExprResult R = DefaultFunctionArrayLvalueConversion(ControllingExpr);
1617 ControllingExpr = R.get();
1623 ControllingExpr->HasSideEffects(Context, false))
1624 Diag(ControllingExpr->getExprLoc(),
1628 IsResultDependent = ControllingExpr->isTypeDependent(),
1630 = ControllingExpr->containsUnexpandedParameterPack();
1686 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingExpr, Types
    [all...]
TreeTransform.h 2817 Expr *ControllingExpr,
2821 ControllingExpr, Types, Exprs);
10293 ExprResult ControllingExpr =
10295 if (ControllingExpr.isInvalid())
10321 ControllingExpr.get(),
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 3177 ExprResult ControllingExpr;
3183 ControllingExpr =
3185 if (ControllingExpr.isInvalid()) {
3245 ControllingExpr.get(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 5668 Expr *ControllingExpr,
5677 Expr *ControllingExpr,
5690 Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> AssocTypes,
5698 Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> AssocTypes,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5207 Expr *ControllingExpr,
5213 Expr *ControllingExpr,

Completed in 45 milliseconds