Searched defs:TypeLoweringScope (Results 1 – 2 of 2) sorted by relevance
180 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug181 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() argument182 ~TypeLoweringScope() { in ~TypeLoweringScope()189 CodeViewDebug &CVD;
272 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug273 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function274 ~TypeLoweringScope() { in ~TypeLoweringScope()281 CodeViewDebug &CVD;