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

References

tools/clang/lib/AST/StmtPrinter.cpp
  609   PrintRawCompoundStmt(Node->getBlock());
tools/clang/lib/Analysis/CFG.cpp
 3102   return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false);
tools/clang/lib/CodeGen/CGException.cpp
 1914   const Stmt *FinallyBlock = Finally.getBlock();
tools/clang/lib/Sema/JumpDiagnostics.cpp
  436       BuildScopeInformation(Finally->getBlock(), NewParentScope);
tools/clang/lib/Sema/TreeTransform.h
 7832   StmtResult Block = getDerived().TransformCompoundStmt(S->getBlock());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1936   Record.AddStmt(S->getBlock());