Searched refs:getValueIndex (Results 1 – 1 of 1) sorted by relevance
73 std::optional<unsigned> getValueIndex(const VarDecl *d) const;89 std::optional<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const { in getValueIndex() function in DeclToIndex150 std::optional<unsigned> idx = declToIndex.getValueIndex(vd); in getValue()210 return scratch[*declToIndex.getValueIndex(vd)]; in operator []()