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.cpp2688 const auto *RightVD = cast<VarDecl>(PtrRHS->getDecl()); in getFixits() local
2691 if (S.lookup(RightVD) == FixitStrategy::Kind::Span) in getFixits()
2712 const auto *RightVD = cast<VarDecl>(PtrRHS->getDecl()); in getFixits() local
2730 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() local
2747 if (S.lookup(RightVD) == FixitStrategy::Kind::Span) in getFixits()