Searched refs:PotentiallyInterestingDecls (Results 1 – 2 of 2) sorted by relevance
3994 PotentiallyInterestingDecls.push_back( in ReadDeclRecord()4016 while (!PotentiallyInterestingDecls.empty()) { in PassInterestingDeclsToConsumer()4017 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()4018 PotentiallyInterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()4078 PotentiallyInterestingDecls.push_back( in loadDeclUpdateRecords()
1098 std::deque<InterestingDecl> PotentiallyInterestingDecls; variable