Home
last modified time | relevance | path

Searched refs:SuccInQuestion (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp529 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() argument
599 : Parent(Parent), SuccInQuestion(SuccInQuestion) {} in NotCalledClarifier()
601 const CFGBlock *Parent, *SuccInQuestion; member in __anon4ef948f50111::NotCalledClarifier