Searched refs:RightVD (Results 1 – 1 of 1) sorted by relevance
2688 const auto *RightVD = cast<VarDecl>(PtrRHS->getDecl()); in getFixits() local2691 if (S.lookup(RightVD) == FixitStrategy::Kind::Span) in getFixits()2712 const auto *RightVD = cast<VarDecl>(PtrRHS->getDecl()); in getFixits() local2730 if (S.lookup(RightVD) == FixitStrategy::Kind::Wontfix) { in getFixits()2734 if (S.lookup(RightVD) == FixitStrategy::Kind::Array) { in getFixits()2735 return createDataFixit(RightVD->getASTContext(), PtrRHS); in getFixits()2744 const auto *RightVD = cast<VarDecl>(PtrInitRHS->getDecl()); in getFixits() local2747 if (S.lookup(RightVD) == FixitStrategy::Kind::Span) in getFixits()