Searched refs:ModularCodegenDecls (Results 1 – 3 of 3) sorted by relevance
401 SmallVector<uint64_t, 16> ModularCodegenDecls; variable
974 Writer.ModularCodegenDecls.push_back(Writer.GetDeclRef(D)); in VisitVarDecl()2347 Writer->ModularCodegenDecls.push_back(Writer->GetDeclRef(FD)); in AddFunctionDefinition()
5032 if (!ModularCodegenDecls.empty()) in WriteASTCore()5033 Stream.EmitRecord(MODULAR_CODEGEN_DECLS, ModularCodegenDecls); in WriteASTCore()6069 Writer->ModularCodegenDecls.push_back(Writer->GetDeclRef(D)); in AddCXXDefinitionData()