Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1185 void loadDeclUpdateRecords(serialization::DeclID ID, Decl *D);
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp3165 void ASTReader::loadDeclUpdateRecords(serialization::DeclID ID, Decl *D) { in loadDeclUpdateRecords() function in ASTReader
H A DASTReader.cpp8298 loadDeclUpdateRecords(Update.first, Update.second); in finishPendingActions()