Home | History | Annotate | Download | only in Sema

Lines Matching full:dyn_cast

177   if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer))
198 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer))
215 FunctionDecl *fn = dyn_cast<FunctionDecl>(CurContext);
274 if (ImplicitCastExpr *ImpCast = dyn_cast<ImplicitCastExpr>(E)) {
311 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
325 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
373 if (FunctionDecl *fn = dyn_cast<FunctionDecl>(decl)) {
523 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(*I)) {
587 return dyn_cast<FunctionDecl>(DC);
592 return dyn_cast<ObjCMethodDecl>(DC);
781 return dyn_cast<BlockScopeInfo>(FunctionScopes.back());
829 if (const OverloadExpr *Overloads = dyn_cast<OverloadExpr>(&E)) {
834 if (const FunctionDecl *OverloadDecl = dyn_cast<FunctionDecl>(*it)) {
843 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(&E)) {
844 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) {