Searched refs:PotentiallyInterestingDecls (Results 1 – 2 of 2) sorted by relevance
3895 PotentiallyInterestingDecls.push_back( in ReadDeclRecord()3918 while (!PotentiallyInterestingDecls.empty()) { in PassInterestingDeclsToConsumer()3919 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()3920 PotentiallyInterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()3980 PotentiallyInterestingDecls.push_back( in loadDeclUpdateRecords()
1080 std::deque<InterestingDecl> PotentiallyInterestingDecls; variable