Home | History | Annotate | Download | only in Sema

Lines Matching refs:VDecl

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