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

References

tools/clang/include/clang/AST/Stmt.h
 3210   SourceLocation getEndLoc() const { return getBlock()->getEndLoc(); }
tools/clang/lib/AST/StmtPrinter.cpp
  617   PrintRawCompoundStmt(Node->getBlock());
tools/clang/lib/Analysis/CFG.cpp
 3081   addStmt(ES->getBlock());
tools/clang/lib/CodeGen/CGException.cpp
 2085   EmitStmt(Except->getBlock());
tools/clang/lib/Sema/JumpDiagnostics.cpp
  429       BuildScopeInformation(Except->getBlock(), NewParentScope);
tools/clang/lib/Sema/TreeTransform.h
 7845   StmtResult Block = getDerived().TransformCompoundStmt(S->getBlock());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1929   Record.AddStmt(S->getBlock());