Searched refs:VarDeclLoc (Results 1 – 1 of 1) sorted by relevance
345 auto *VarDeclLoc = Env.getStorageLocation(*D, SkipPast::None); in VisitMemberExpr() local346 if (VarDeclLoc == nullptr) in VisitMemberExpr()349 if (VarDeclLoc->getType()->isReferenceType()) { in VisitMemberExpr()350 Env.setStorageLocation(*S, *VarDeclLoc); in VisitMemberExpr()355 std::make_unique<ReferenceValue>(*VarDeclLoc))); in VisitMemberExpr()