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

References

tools/clang/include/clang/Analysis/ConstructionContext.h
  142     return hasStatement() ? getStmt() : nullptr;
tools/clang/lib/Analysis/ConstructionContext.cpp
   74     ElidedCE = cast<CXXConstructExpr>(ElidedItem.getStmt());
  110     const auto *DS = cast<DeclStmt>(ParentItem.getStmt());
  120     const auto *RS = cast<ReturnStmt>(ParentItem.getStmt());
  129     const auto *MTE = cast<MaterializeTemporaryExpr>(ParentItem.getStmt());
  145     const auto *E = cast<Expr>(ParentItem.getStmt());
  173     const auto *DS = cast<DeclStmt>(TopItem.getStmt());
  178     const auto *NE = cast<CXXNewExpr>(TopItem.getStmt());
  183     const auto *RS = cast<ReturnStmt>(TopItem.getStmt());
  187     const auto *MTE = cast<MaterializeTemporaryExpr>(TopItem.getStmt());
  192     const auto *BTE = cast<CXXBindTemporaryExpr>(TopItem.getStmt());
  210     const auto *E = cast<Expr>(TopItem.getStmt());