Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DUninitializedValues.cpp110 DeclToIndex declToIndex; member in __anonfcb5b39c0211::CFGBlockValues
114 unsigned getNumEntries() const { return declToIndex.size(); } in getNumEntries()
126 return declToIndex.size() == 0; in hasNoDeclarations()
135 const Optional<unsigned> &idx = declToIndex.getValueIndex(vd); in getValue()
145 declToIndex.computeMap(dc); in computeSetOfDeclarations()
146 unsigned decls = declToIndex.size(); in computeSetOfDeclarations()
196 const Optional<unsigned> &idx = declToIndex.getValueIndex(vd); in operator []()