Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anon946405a00111::NotCalledClarifier