Home | History | Annotate | Download | only in AST

Lines Matching full:dyn_cast

138   if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
141 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl()))
146 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(E))
170 const DeclRefExpr* DeclRef = dyn_cast<DeclRefExpr>(Base);
499 } else if (const VarDecl* VD = dyn_cast<VarDecl>(E->getDecl())) {
533 const FieldDecl *FD = dyn_cast<FieldDecl>(E->getMemberDecl());
1102 if (const EnumConstantDecl *ECD = dyn_cast<EnumConstantDecl>(D)) {
1130 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
1220 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
1221 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl()))
1300 = dyn_cast<StringLiteral>(E->getArg(0)->IgnoreParenImpCasts())) {
1606 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
1610 if (const MemberExpr *ME = dyn_cast<MemberExpr>(E))
1974 const StringLiteral *S = dyn_cast<StringLiteral>(Arg->IgnoreParenCasts());
2851 if (const VarDecl *Dcl = dyn_cast<VarDecl>(D)) {
3058 = dyn_cast<CallExpr>(Exp->getCond()->IgnoreParenCasts()))