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.cpp76 class DeclToIndex { class
80 DeclToIndex() = default;
94 void DeclToIndex::computeMap(const DeclContext &dc) { in computeMap()
105 std::optional<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const { in getValueIndex()
139 DeclToIndex declToIndex;