Searched refs:Decl2Index (Results 1 – 1 of 1) sorted by relevance
401 DenseMap<const Record *, unsigned> Decl2Index; in collectSTIPredicates() local407 const auto It = Decl2Index.find(Decl); in collectSTIPredicates()408 if (It == Decl2Index.end()) { in collectSTIPredicates()409 Decl2Index[Decl] = STIPredicates.size(); in collectSTIPredicates()