Lines Matching refs:DeclUpdateKind

6203   DeclUpdates[D].push_back(DeclUpdate(DeclUpdateKind::ManglingNumber, Number));  in AddedManglingNumber()
6210 DeclUpdate(DeclUpdateKind::StaticLocalNumber, Number)); in AddedStaticLocalNumbers()
6222 DeclUpdate(DeclUpdateKind::CXXAddedAnonymousNamespace, NS)); in AddedAnonymousNamespace()
6419 DeclUpdateKind Kind = Update.getKind(); in WriteDeclUpdatesBlocks()
6423 if (Kind == DeclUpdateKind::CXXAddedFunctionDefinition) in WriteDeclUpdatesBlocks()
6425 else if (Kind == DeclUpdateKind::CXXAddedVarDefinition) in WriteDeclUpdatesBlocks()
6431 case DeclUpdateKind::CXXAddedImplicitMember: in WriteDeclUpdatesBlocks()
6432 case DeclUpdateKind::CXXAddedAnonymousNamespace: in WriteDeclUpdatesBlocks()
6436 case DeclUpdateKind::CXXAddedFunctionDefinition: in WriteDeclUpdatesBlocks()
6437 case DeclUpdateKind::CXXAddedVarDefinition: in WriteDeclUpdatesBlocks()
6440 case DeclUpdateKind::CXXPointOfInstantiation: in WriteDeclUpdatesBlocks()
6445 case DeclUpdateKind::CXXInstantiatedDefaultArgument: in WriteDeclUpdatesBlocks()
6450 case DeclUpdateKind::CXXInstantiatedDefaultMemberInitializer: in WriteDeclUpdatesBlocks()
6455 case DeclUpdateKind::CXXInstantiatedClassDefinition: { in WriteDeclUpdatesBlocks()
6501 case DeclUpdateKind::CXXResolvedDtorDelete: in WriteDeclUpdatesBlocks()
6506 case DeclUpdateKind::CXXResolvedExceptionSpec: { in WriteDeclUpdatesBlocks()
6513 case DeclUpdateKind::CXXDeducedReturnType: in WriteDeclUpdatesBlocks()
6517 case DeclUpdateKind::DeclMarkedUsed: in WriteDeclUpdatesBlocks()
6520 case DeclUpdateKind::ManglingNumber: in WriteDeclUpdatesBlocks()
6521 case DeclUpdateKind::StaticLocalNumber: in WriteDeclUpdatesBlocks()
6525 case DeclUpdateKind::DeclMarkedOpenMPThreadPrivate: in WriteDeclUpdatesBlocks()
6530 case DeclUpdateKind::DeclMarkedOpenMPAllocate: { in WriteDeclUpdatesBlocks()
6539 case DeclUpdateKind::DeclMarkedOpenMPDeclareTarget: in WriteDeclUpdatesBlocks()
6545 case DeclUpdateKind::DeclExported: in WriteDeclUpdatesBlocks()
6549 case DeclUpdateKind::AddedAttrToRecord: in WriteDeclUpdatesBlocks()
6561 llvm::to_underlying(DeclUpdateKind::CXXAddedFunctionDefinition)); in WriteDeclUpdatesBlocks()
6568 llvm::to_underlying(DeclUpdateKind::CXXAddedVarDefinition)); in WriteDeclUpdatesBlocks()
7453 DeclUpdate(DeclUpdateKind::CXXInstantiatedClassDefinition)); in CompletedTagDefinition()
7517 DeclUpdate(DeclUpdateKind::CXXAddedImplicitMember, D)); in AddedCXXImplicitMember()
7531 DeclUpdates[D].push_back(DeclUpdateKind::CXXResolvedExceptionSpec); in ResolvedExceptionSpec()
7541 DeclUpdate(DeclUpdateKind::CXXDeducedReturnType, ReturnType)); in DeducedReturnType()
7554 DeclUpdate(DeclUpdateKind::CXXResolvedDtorDelete, Delete)); in ResolvedOperatorDelete()
7570 DeclUpdate(DeclUpdateKind::CXXAddedFunctionDefinition)); in CompletedImplicitDefinition()
7579 DeclUpdates[D].push_back(DeclUpdate(DeclUpdateKind::CXXAddedVarDefinition)); in VariableDefinitionInstantiated()
7593 DeclUpdate(DeclUpdateKind::CXXAddedFunctionDefinition)); in FunctionDefinitionInstantiated()
7610 DeclUpdate(DeclUpdateKind::CXXPointOfInstantiation, POI)); in InstantiationRequested()
7620 DeclUpdate(DeclUpdateKind::CXXInstantiatedDefaultArgument, D)); in DefaultArgumentInstantiated()
7629 DeclUpdate(DeclUpdateKind::CXXInstantiatedDefaultMemberInitializer, D)); in DefaultMemberInitializerInstantiated()
7655 DeclUpdates[D].push_back(DeclUpdate(DeclUpdateKind::DeclMarkedUsed)); in DeclarationMarkedUsed()
7665 DeclUpdate(DeclUpdateKind::DeclMarkedOpenMPThreadPrivate)); in DeclarationMarkedOpenMPThreadPrivate()
7675 DeclUpdate(DeclUpdateKind::DeclMarkedOpenMPAllocate, A)); in DeclarationMarkedOpenMPAllocate()
7686 DeclUpdate(DeclUpdateKind::DeclMarkedOpenMPDeclareTarget, Attr)); in DeclarationMarkedOpenMPDeclareTarget()
7693 DeclUpdates[D].push_back(DeclUpdate(DeclUpdateKind::DeclExported, M)); in RedefinedHiddenDefinition()
7703 DeclUpdate(DeclUpdateKind::AddedAttrToRecord, Attr)); in AddedAttributeToRecord()