Home
last modified time | relevance | path

Searched refs:WriteDeclUpdatesBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h502 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4986 WriteDeclUpdatesBlocks(DeclUpdatesOffsetsRecord); in WriteASTCore()
5153 void ASTWriter::WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord) { in WriteDeclUpdatesBlocks() function in ASTWriter