Searched refs:PotentiallyInterestingDecls (Results 1 – 2 of 2) sorted by relevance
4159 PotentiallyInterestingDecls.push_back( in ReadDeclRecord()4181 while (!PotentiallyInterestingDecls.empty()) { in PassInterestingDeclsToConsumer()4182 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()4183 PotentiallyInterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()4243 PotentiallyInterestingDecls.push_back( in loadDeclUpdateRecords()
1111 std::deque<InterestingDecl> PotentiallyInterestingDecls; variable