Searched refs:InterestingDecls (Results 1 – 3 of 3) sorted by relevance
948 std::deque<Decl *> InterestingDecls; variable
3478 InterestingDecls.push_back(D); in ReadDeclRecord()3514 InterestingDecls.push_back(D); in loadDeclUpdateRecords()
6726 while (!InterestingDecls.empty()) { in PassInterestingDeclsToConsumer()6727 Decl *D = InterestingDecls.front(); in PassInterestingDeclsToConsumer()6728 InterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()