Home
last modified time | relevance | path

Searched refs:loadDeclUpdateRecords (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
DASTReader.h1189 void loadDeclUpdateRecords(serialization::DeclID ID, Decl *D);
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3483 void ASTReader::loadDeclUpdateRecords(serialization::DeclID ID, Decl *D) { in loadDeclUpdateRecords() function in ASTReader
DASTReader.cpp8382 loadDeclUpdateRecords(Update.first, Update.second); in finishPendingActions()