Lines Matching full:dyn_cast
56 if (DeclStmt* DS = dyn_cast<DeclStmt>(S))
236 if (TypedefDecl *localType = dyn_cast<TypedefDecl>(D)) {
239 } else if (TypeAliasDecl *localType = dyn_cast<TypeAliasDecl>(D)) {
242 } else if (ValueDecl *VD = dyn_cast<ValueDecl>(D)) {
245 if (VarDecl *V = dyn_cast<VarDecl>(VD)) {
257 if (VarDecl *V = dyn_cast<VarDecl>(VD)) {
264 } else if (TagDecl *TD = dyn_cast<TagDecl>(D)) {
273 } else if (UsingDirectiveDecl *UD = dyn_cast<UsingDirectiveDecl>(D)) {
281 } else if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) {
288 } else if (LabelDecl *LD = dyn_cast<LabelDecl>(D)) {
290 } else if (StaticAssertDecl *SAD = dyn_cast<StaticAssertDecl>(D)) {
382 if (NamedDecl *nd = dyn_cast<NamedDecl>(d)) {
388 if (ValueDecl *vd = dyn_cast<ValueDecl>(d)) {