reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Parse/Parser.h
 1959   StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);

References

tools/clang/lib/Parse/ParseExpr.cpp
 3096   StmtResult Stmt(ParseCompoundStatementBody());
tools/clang/lib/Parse/ParseExprCXX.cpp
 1468   StmtResult Stmt(ParseCompoundStatementBody());
tools/clang/lib/Parse/ParseObjc.cpp
 2473   StmtResult body(ParseCompoundStatementBody());
 2509   StmtResult TryBody(ParseCompoundStatementBody());
 2553           CatchBody = ParseCompoundStatementBody();
 2586         FinallyBody = ParseCompoundStatementBody();
 2628   StmtResult AutoreleasePoolBody(ParseCompoundStatementBody());
tools/clang/lib/Parse/ParseStmt.cpp
  896   return ParseCompoundStatementBody(isStmtExpr);
 2092   StmtResult FnBody(ParseCompoundStatementBody());