Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp123 DeclToIndex declToIndex; member in __anon812707660211::CFGBlockValues
128 unsigned getNumEntries() const { return declToIndex.size(); } in getNumEntries()
141 return declToIndex.size() == 0; in hasNoDeclarations()
150 const Optional<unsigned> &idx = declToIndex.getValueIndex(vd); in getValue()
161 declToIndex.computeMap(dc); in computeSetOfDeclarations()
162 unsigned decls = declToIndex.size(); in computeSetOfDeclarations()
211 const Optional<unsigned> &idx = declToIndex.getValueIndex(vd); in operator []()