Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4841 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore()
4995 } while (!DeclUpdates.empty()); in WriteASTCore()
5154 if (DeclUpdates.empty()) in WriteDeclUpdatesBlocks()
5158 LocalUpdates.swap(DeclUpdates); in WriteDeclUpdatesBlocks()
6205 DeclUpdates[RD].push_back( in CompletedTagDefinition()
6293 DeclUpdates[D].push_back( in DeducedReturnType()
6360 DeclUpdates[D].push_back( in DefaultArgumentInstantiated()
6369 DeclUpdates[D].push_back( in DefaultMemberInitializerInstantiated()
6396 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED)); in DeclarationMarkedUsed()
6415 DeclUpdates[D].push_back( in DeclarationMarkedOpenMPDeclareTarget()
[all …]
H A DASTWriterDecl.cpp257 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate( in RegisterTemplateSpecialization()
1182 Writer.DeclUpdates[Parent].push_back( in VisitNamespaceDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h381 DeclUpdateMap DeclUpdates; variable