Lines Matching defs:DirectChild
183 Stmt *DirectChild = E;
188 DirectChild = P;
204 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS();
207 return DirectChild == cast<ForStmt>(P)->getCond();
209 return DirectChild == cast<WhileStmt>(P)->getCond();
211 return DirectChild == cast<DoStmt>(P)->getCond();
213 return DirectChild == cast<IfStmt>(P)->getCond();
215 return DirectChild == cast<IndirectGotoStmt>(P)->getTarget();
217 return DirectChild == cast<SwitchStmt>(P)->getCond();
219 return DirectChild == cast<ObjCForCollectionStmt>(P)->getCollection();