Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp60 class DeclToIndex { class
64 DeclToIndex() = default;
78 void DeclToIndex::computeMap(const DeclContext &dc) { in computeMap()
89 std::optional<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const { in getValueIndex()
123 DeclToIndex declToIndex;