reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 switch (ParentItem.getKind()) { 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()); 148 return create<ArgumentConstructionContext>(C, E, ParentItem.getIndex(), 153 const auto *I = ParentItem.getCXXCtorInitializer();