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

References

tools/clang/lib/Analysis/ConstructionContext.cpp
  170   switch (TopItem.getKind()) {
  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());
  205     const CXXCtorInitializer *I = TopItem.getCXXCtorInitializer();
  210     const auto *E = cast<Expr>(TopItem.getStmt());
  211     return create<ArgumentConstructionContext>(C, E, TopItem.getIndex(),