Searched refs:SuccInQuestion (Results 1 – 1 of 1) sorted by relevance
529 const Stmt *CaseToBlame = SuccInQuestion->getLabel(); in VisitSwitchStmt()558 unsigned SuccessorIndex = getSuccessorIndex(Parent, SuccInQuestion); in VisitBranchingBlock()598 NotCalledClarifier(const CFGBlock *Parent, const CFGBlock *SuccInQuestion) in NotCalledClarifier() argument599 : Parent(Parent), SuccInQuestion(SuccInQuestion) {} in NotCalledClarifier()601 const CFGBlock *Parent, *SuccInQuestion; member in __anon4ef948f50111::NotCalledClarifier