Home
last modified time | relevance | path

Searched refs:RightVD (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1590 const auto *RightVD = cast<VarDecl>(PtrRHS->getDecl()); in getFixits() local
1593 if (S.lookup(RightVD) == FixitStrategy::Kind::Span) in getFixits()
1614 const auto *RightVD = cast<VarDecl>(PtrRHS->getDecl()); in getFixits() local
1632 if (S.lookup(RightVD) == FixitStrategy::Kind::Wontfix) { in getFixits()
1636 if (S.lookup(RightVD) == FixitStrategy::Kind::Array) { in getFixits()
1637 return createDataFixit(RightVD->getASTContext(), PtrRHS); in getFixits()
1646 const auto *RightVD = cast<VarDecl>(PtrInitRHS->getDecl()); in getFixits() local
1649 if (S.lookup(RightVD) == FixitStrategy::Kind::Span) in getFixits()