Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp123 DeclToIndex declToIndex; member in __anon6e987c610211::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 []()