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.cpp2687 const auto *LeftVD = cast<VarDecl>(PtrLHS->getDecl()); in getFixits() local
2689 switch (S.lookup(LeftVD)) { in getFixits()
2711 const auto *LeftVD = cast<VarDecl>(PtrLHS->getDecl()); in getFixits() local
2729 if (S.lookup(LeftVD) == FixitStrategy::Kind::Span) { in getFixits()
2733 } else if (S.lookup(LeftVD) == FixitStrategy::Kind::Wontfix) { in getFixits()
2743 const auto *LeftVD = PtrInitLHS; in getFixits() local
2745 switch (S.lookup(LeftVD)) { in getFixits()