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

Declarations

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

References

tools/clang/lib/Parse/ParseExpr.cpp
 2438       StmtResult Stmt(ParseCompoundStatement(true));
tools/clang/lib/Parse/ParsePragma.cpp
  666   StmtResult R = ParseCompoundStatement();
tools/clang/lib/Parse/ParseStmt.cpp
  248     return ParseCompoundStatement();
  547   StmtResult Block(ParseCompoundStatement());
  571   StmtResult Block(ParseCompoundStatement());
 2319   StmtResult Block(ParseCompoundStatement());
 2341     StmtResult Compound = ParseCompoundStatement();