Searched refs:DelegatingCtorDecls (Results 1 – 5 of 5) sorted by relevance
3594 RecordData DelegatingCtorDecls; in WriteASTCore() local3596 AddLazyVectorDecls(*this, SemaRef.DelegatingCtorDecls, DelegatingCtorDecls); in WriteASTCore()3897 if (!DelegatingCtorDecls.empty()) in WriteASTCore()3898 Stream.EmitRecord(DELEGATING_CTORS, DelegatingCtorDecls); in WriteASTCore()
2156 DelegatingCtorDecls.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()6075 for (unsigned I = 0, N = DelegatingCtorDecls.size(); I != N; ++I) { in ReadDelegatingConstructors()6077 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I])); in ReadDelegatingConstructors()6081 DelegatingCtorDecls.clear(); in ReadDelegatingConstructors()
623 SmallVector<uint64_t, 4> DelegatingCtorDecls; variable
3152 DelegatingCtorDecls.push_back(Constructor); in SetDelegatingInitializer()11660 I = DelegatingCtorDecls.begin(ExternalSource), in CheckDelegatingCtorCycles()11661 E = DelegatingCtorDecls.end(); in CheckDelegatingCtorCycles()
351 DelegatingCtorDeclsType DelegatingCtorDecls; variable