Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h344 class DeclUpdate {
357 DeclUpdate(unsigned Kind) : Kind(Kind), Dcl(nullptr) {} in DeclUpdate() function
358 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {} in DeclUpdate() function
359 DeclUpdate(unsigned Kind, QualType Type) in DeclUpdate() function
361 DeclUpdate(unsigned Kind, SourceLocation Loc) in DeclUpdate() function
363 DeclUpdate(unsigned Kind, unsigned Val) : Kind(Kind), Val(Val) {} in DeclUpdate() function
364 DeclUpdate(unsigned Kind, Module *M) : Kind(Kind), Mod(M) {} in DeclUpdate() function
365 DeclUpdate(unsigned Kind, const Attr *Attribute) in DeclUpdate() function
381 using UpdateRecord = SmallVector<DeclUpdate, 1>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4860 for (auto &DeclUpdate : LocalUpdates) { in WriteDeclUpdatesBlocks() local
4861 const Decl *D = DeclUpdate.first; in WriteDeclUpdatesBlocks()
4866 for (auto &Update : DeclUpdate.second) { in WriteDeclUpdatesBlocks()
5706 DeclUpdate(UPD_CXX_INSTANTIATED_CLASS_DEFINITION)); in CompletedTagDefinition()
5794 DeclUpdate(UPD_CXX_DEDUCED_RETURN_TYPE, ReturnType)); in DeducedReturnType()
5826 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_VAR_DEFINITION)); in VariableDefinitionInstantiated()
5861 DeclUpdate(UPD_CXX_INSTANTIATED_DEFAULT_ARGUMENT, D)); in DefaultArgumentInstantiated()
5870 DeclUpdate(UPD_CXX_INSTANTIATED_DEFAULT_MEMBER_INITIALIZER, D)); in DefaultMemberInitializerInstantiated()
5896 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED)); in DeclarationMarkedUsed()
5925 DeclUpdate(UPD_DECL_MARKED_OPENMP_DECLARETARGET, Attr)); in DeclarationMarkedOpenMPDeclareTarget()
[all …]
H A DASTWriterDecl.cpp265 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate( in RegisterTemplateSpecialization()
1256 ASTWriter::DeclUpdate(UPD_CXX_ADDED_ANONYMOUS_NAMESPACE, D)); in VisitNamespaceDecl()