Searched refs:InterestingDecls (Results 1 – 3 of 3) sorted by relevance
969 std::deque<Decl *> InterestingDecls; variable
3242 InterestingDecls.push_back(D); in ReadDeclRecord()3276 InterestingDecls.push_back(D); in loadDeclUpdateRecords()
6870 while (!InterestingDecls.empty()) { in PassInterestingDeclsToConsumer()6871 Decl *D = InterestingDecls.front(); in PassInterestingDeclsToConsumer()6872 InterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()