Searched refs:InterestingDecls (Results 1 – 3 of 3) sorted by relevance
946 std::deque<Decl *> InterestingDecls; variable
3347 InterestingDecls.push_back(D); in ReadDeclRecord()3396 InterestingDecls.push_back(D); in loadDeclUpdateRecords()
6724 while (!InterestingDecls.empty()) { in PassInterestingDeclsToConsumer()6725 Decl *D = InterestingDecls.front(); in PassInterestingDeclsToConsumer()6726 InterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()