Searched refs:PotentiallyInterestingDecls (Results 1 – 2 of 2) sorted by relevance
4110 PotentiallyInterestingDecls.push_back( in ReadDeclRecord()4133 while (!PotentiallyInterestingDecls.empty()) { in PassInterestingDeclsToConsumer()4134 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()4135 PotentiallyInterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()4195 PotentiallyInterestingDecls.push_back( in loadDeclUpdateRecords()
1075 std::deque<InterestingDecl> PotentiallyInterestingDecls; variable