Home | History | Annotate | Download | only in AST

Lines Matching full:dyn_cast

113     if (const LinkageSpecDecl *Linkage = dyn_cast<LinkageSpecDecl>(DC))
133 const FunctionDecl *FD = dyn_cast<FunctionDecl>(D);
175 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
177 else if (const VarDecl *VD = dyn_cast<VarDecl>(D))
194 const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD);
308 if (const NamespaceDecl *NS = dyn_cast<NamespaceDecl>(ND)) {
382 if (const BlockDecl *BD = dyn_cast<BlockDecl>(DC)) {
390 else if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(DC))
820 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD)) {
990 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(PointeeType)) {