Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp78 class DeclToIndex { class
82 DeclToIndex() = default;
96 void DeclToIndex::computeMap(const DeclContext &dc) { in computeMap()
107 std::optional<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const { in getValueIndex()
141 DeclToIndex declToIndex;