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