Lines Matching full:dyn_cast
33 if (VarDecl* VD = dyn_cast<VarDecl>(D))
501 while (const ArrayType *vt = dyn_cast<ArrayType>(t)) {
502 if (const VariableArrayType *vat = dyn_cast<VariableArrayType>(vt))
723 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(S)) {
727 if (LabelStmt *LS = dyn_cast<LabelStmt>(SI))
729 if (DeclStmt *DS = dyn_cast<DeclStmt>(SI))
737 if (LabelStmt *LS = dyn_cast<LabelStmt>(S))
739 if (DeclStmt *DS = dyn_cast<DeclStmt>(S))
752 if (VarDecl* VD = dyn_cast<VarDecl>(*DI))
853 if (Expr *E = dyn_cast<Expr>(S))
1148 if (const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FT))
1264 const BinaryConditionalOperator *BCO = dyn_cast<BinaryConditionalOperator>(C);
1370 VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
2886 = dyn_cast<BinaryConditionalOperator>(E)) {
3028 if (BinaryOperator* B = dyn_cast<BinaryOperator>(child))
3058 if (Expr* Exp = dyn_cast<Expr>(CS->getStmt())) {
3061 if (BinaryOperator* B = dyn_cast<BinaryOperator>(Exp)) {
3067 } else if (const StmtExpr* SE = dyn_cast<StmtExpr>(Exp)) {
3073 if (const Expr *LastEx = dyn_cast<Expr>(Last))
3367 if (StmtExpr* SE = dyn_cast<StmtExpr>(S)) {
3378 if (BinaryOperator* B = dyn_cast<BinaryOperator>(S)) {
3474 if (LabelStmt* L = dyn_cast<LabelStmt>(Label))
3476 else if (CaseStmt* C = dyn_cast<CaseStmt>(Label)) {
3487 else if (CXXCatchStmt *CS = dyn_cast<CXXCatchStmt>(Label)) {