Home | History | Annotate | Download | only in Core

Lines Matching refs:dyn_cast

37   if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
46 const Expr *E = dyn_cast<Expr>(S);
52 if (const BinaryOperator *B = dyn_cast<BinaryOperator>(E)) {
57 else if (const UnaryOperator *U = dyn_cast<UnaryOperator>(E)) {
61 else if (const MemberExpr *ME = dyn_cast<MemberExpr>(E)) {
66 else if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) {
69 else if (const ArraySubscriptExpr *AE = dyn_cast<ArraySubscriptExpr>(E)) {
80 if (const BinaryOperator *BE = dyn_cast<BinaryOperator>(S))
87 if (const ReturnStmt *RS = dyn_cast<ReturnStmt>(S))
237 const ReturnStmt *Ret = dyn_cast<ReturnStmt>(SP->getStmt());
313 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(RetE))
314 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(DR->getDecl()))
421 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
461 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
476 if (const CXXTempObjectRegion *TmpR = dyn_cast<CXXTempObjectRegion>(R))
507 const DeclStmt *DS = dyn_cast<DeclStmt>(S);
508 const VarRegion *VR = dyn_cast<VarRegion>(R);
540 if (const TypedValueRegion *TR = dyn_cast<TypedValueRegion>(R)) {
570 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
602 if (const TypedValueRegion *TR = dyn_cast<TypedValueRegion>(R)) {
759 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) {
760 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
784 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S))
786 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(S))
790 if (const Expr *Ex = dyn_cast<Expr>(S)) {
792 if (const ConditionalOperator *CO = dyn_cast<ConditionalOperator>(Ex)) {
805 if (const Expr *Ex = dyn_cast<Expr>(S)) {
930 if (const Expr *E = dyn_cast<Expr>(S))
1013 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Head)) {
1014 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
1051 if (PathDiagnosticEventPiece *ev=dyn_cast<PathDiagnosticEventPiece>(piece))
1170 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) {
1194 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) {
1333 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(CondVarExpr)) {
1334 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
1354 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());