Searched defs:TypeLoweringScope (Results 1 – 3 of 3) sorted by relevance
180 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug181 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function182 ~TypeLoweringScope() { in ~TypeLoweringScope()189 CodeViewDebug &CVD;
338 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug339 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function340 ~TypeLoweringScope() { in ~TypeLoweringScope()347 CodeViewDebug &CVD;
307 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug308 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function309 ~TypeLoweringScope() { in ~TypeLoweringScope()316 CodeViewDebug &CVD;