reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5408 switch (E.getKind()) { 5412 CFGStmt CS = E.castAs<CFGStmt>(); 5439 if (auto VTC = E.getAs<CFGCXXRecordTypedCall>()) { 5451 if (Optional<CFGConstructor> CE = E.getAs<CFGConstructor>()) { 5470 print_initializer(OS, Helper, E.castAs<CFGInitializer>().getInitializer()); 5475 CFGAutomaticObjDtor DE = E.castAs<CFGAutomaticObjDtor>(); 5490 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); 5495 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() << " (LoopExit)\n"; 5500 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) 5507 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) 5514 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) 5520 CFGDeleteDtor DE = E.castAs<CFGDeleteDtor>(); 5533 const CXXBaseSpecifier *BS = E.castAs<CFGBaseDtor>().getBaseSpecifier(); 5540 const FieldDecl *FD = E.castAs<CFGMemberDtor>().getFieldDecl(); 5549 const CXXBindTemporaryExpr *BT = E.castAs<CFGTemporaryDtor>().getBindTemporaryExpr();