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