Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1356 void loadDeclUpdateRecords(PendingUpdateRecord &Record);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3943 void ASTReader::loadDeclUpdateRecords(PendingUpdateRecord &Record) { in loadDeclUpdateRecords() function in ASTReader
H A DASTReader.cpp9336 loadDeclUpdateRecords(Update); in finishPendingActions()