Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1589 const auto *LeftVD = cast<VarDecl>(PtrLHS->getDecl()); in getFixits() local
1591 switch (S.lookup(LeftVD)) { in getFixits()
1613 const auto *LeftVD = cast<VarDecl>(PtrLHS->getDecl()); in getFixits() local
1631 if (S.lookup(LeftVD) == FixitStrategy::Kind::Span) { in getFixits()
1635 } else if (S.lookup(LeftVD) == FixitStrategy::Kind::Wontfix) { in getFixits()
1645 const auto *LeftVD = PtrInitLHS; in getFixits() local
1647 switch (S.lookup(LeftVD)) { in getFixits()