Searched refs:JustLoaded (Results 1 – 2 of 2) sorted by relevance
527 bool JustLoaded; member529 PendingUpdateRecord(GlobalDeclID ID, Decl *D, bool JustLoaded) in PendingUpdateRecord()530 : D(D), ID(ID), JustLoaded(JustLoaded) {} in PendingUpdateRecord()
4274 bool WasInteresting = Record.JustLoaded || isConsumerInterestedIn(D); in loadDeclUpdateRecords()