Home | History | Annotate | Download | only in AST

Lines Matching refs:dyn_cast

199   if (CompoundStmt *CS = dyn_cast<CompoundStmt>(If->getThen())) {
212 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Else)) {
216 } else if (IfStmt *ElseIf = dyn_cast<IfStmt>(Else)) {
240 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Node->getBody())) {
262 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Node->getBody())) {
279 if (DeclStmt *DS = dyn_cast<DeclStmt>(Node->getInit()))
296 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Node->getBody())) {
307 if (DeclStmt *DS = dyn_cast<DeclStmt>(Node->getElement()))
315 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Node->getBody())) {
455 if (CompoundStmt *TS = dyn_cast<CompoundStmt>(Node->getTryBody())) {
468 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) {
477 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(FS->getFinallyBody()));
508 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(Node->getSubStmt()));
913 MemberExpr *ParentMember = dyn_cast<MemberExpr>(Node->getBase());
915 ? dyn_cast<FieldDecl>(ParentMember->getMemberDecl()) : NULL;
920 if (FieldDecl *FD = dyn_cast<FieldDecl>(Node->getMemberDecl()))