Home | History | Annotate | Download | only in Sema

Lines Matching full:vdecl

97     } else if (VarDecl *VDecl = dyn_cast<VarDecl>(Decl)) {
101 if (VDecl->isLocalVarDecl())
104 << VDecl->getDeclName() << DefaultArg->getSourceRange();