Lines Matching refs:VarDecl
142 Decl *VisitVarDecl(VarDecl *D);
2780 Decl *ASTNodeImporter::VisitVarDecl(VarDecl *D) {
2791 VarDecl *MergeWithVar = 0;
2800 if (VarDecl *FoundVar = dyn_cast<VarDecl>(FoundDecls[I])) {
2847 if (VarDecl *DDef = D->getDefinition()) {
2848 if (VarDecl *ExistingDef = MergeWithVar->getDefinition()) {
2883 VarDecl *ToVar = VarDecl::Create(Importer.getToContext(), DC,