Searched refs:loadDeclUpdateRecords (Results 1 – 3 of 3) sorted by relevance
1189 void loadDeclUpdateRecords(serialization::DeclID ID, Decl *D);
3483 void ASTReader::loadDeclUpdateRecords(serialization::DeclID ID, Decl *D) { in loadDeclUpdateRecords() function in ASTReader
8382 loadDeclUpdateRecords(Update.first, Update.second); in finishPendingActions()