Searched refs:SuccInQuestion (Results 1 – 1 of 1) sorted by relevance
527 const Stmt *CaseToBlame = SuccInQuestion->getLabel(); in VisitSwitchStmt()556 unsigned SuccessorIndex = getSuccessorIndex(Parent, SuccInQuestion); in VisitBranchingBlock()596 NotCalledClarifier(const CFGBlock *Parent, const CFGBlock *SuccInQuestion) in NotCalledClarifier() argument597 : Parent(Parent), SuccInQuestion(SuccInQuestion) {} in NotCalledClarifier()599 const CFGBlock *Parent, *SuccInQuestion; member in __anon4ef948f50111::NotCalledClarifier