Searched refs:InterestingDecls (Results 1 – 3 of 3) sorted by relevance
683 std::deque<Decl *> InterestingDecls; variable
5044 while (!InterestingDecls.empty()) { in PassInterestingDeclsToConsumer()5045 Decl *D = InterestingDecls.front(); in PassInterestingDeclsToConsumer()5046 InterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()6332 while (!InterestingDecls.empty()) { in FinishedDeserializing()6335 Decl *D = InterestingDecls.front(); in FinishedDeserializing()6336 InterestingDecls.pop_front(); in FinishedDeserializing()
2130 InterestingDecls.push_back(D); in ReadDeclRecord()