Lines Matching full:vardecl
67 void VisitVarDecl(VarDecl *D);
708 void DeclPrinter::VisitVarDecl(VarDecl *D) {
713 Out << VarDecl::getStorageClassSpecifierString(SC) << " ";
742 if (D->getInitStyle() == VarDecl::CallInit &&
749 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))
751 else if (D->getInitStyle() == VarDecl::CInit) {
755 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))