Searched refs:DelegatingCtorDecls (Results 1 – 5 of 5) sorted by relevance
4324 RecordData DelegatingCtorDecls; in WriteASTCore() local4326 AddLazyVectorDecls(*this, SemaRef.DelegatingCtorDecls, DelegatingCtorDecls); in WriteASTCore()4663 if (!DelegatingCtorDecls.empty()) in WriteASTCore()4664 Stream.EmitRecord(DELEGATING_CTORS, DelegatingCtorDecls); in WriteASTCore()
2879 DelegatingCtorDecls.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()7351 for (unsigned I = 0, N = DelegatingCtorDecls.size(); I != N; ++I) { in ReadDelegatingConstructors()7353 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I])); in ReadDelegatingConstructors()7357 DelegatingCtorDecls.clear(); in ReadDelegatingConstructors()
766 SmallVector<uint64_t, 4> DelegatingCtorDecls; variable
3882 DelegatingCtorDecls.push_back(Constructor); in SetDelegatingInitializer()13421 I = DelegatingCtorDecls.begin(ExternalSource), in CheckDelegatingCtorCycles()13422 E = DelegatingCtorDecls.end(); in CheckDelegatingCtorCycles()
440 DelegatingCtorDeclsType DelegatingCtorDecls; variable