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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 165 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt())
Stmt.cpp 395 const Expr *ValueStmt::getExprStmt() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1784 const Expr *getExprStmt() const;
1785 Expr *getExprStmt() {
1787 return const_cast<Expr*>(ConstThis->getExprStmt());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 15005 if (const Expr *Value = LastStmt->getExprStmt()) {

Completed in 29 milliseconds