HomeSort by relevance Sort by last modified time
    Searched defs:Exprs (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Parse/
ParseExpr.cpp 632 // by postfix exprs should return without invoking
    [all...]
ParseExprCXX.cpp 796 ExprVector Exprs;
801 } else if (ParseExpressionList(Exprs, Commas)) {
808 Exprs);
    [all...]
ParseStmt.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 321 SmallVector<Stmt*, 16> Exprs;
325 Exprs.push_back(Reader.ReadSubStmt());
335 Exprs.data(), NumOutputs, NumInputs,
368 SmallVector<Expr*, 16> Exprs;
371 Exprs.reserve(NumOperands);
375 Exprs.push_back(cast<Expr>(Reader.ReadSubStmt()));
381 Constraints, Exprs, Clobbers);
515 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
517 E->Exprs[i] = Reader.ReadSubStmt();
848 SmallVector<Expr *, 16> Exprs;
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 5060 Expr **exprs; local
    [all...]
TreeTransform.h     [all...]

Completed in 75 milliseconds