Searched refs:TypeLoweringScope (Results 1 – 2 of 2) sorted by relevance
313 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug314 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() argument315 ~TypeLoweringScope() { in ~TypeLoweringScope() argument330 TypeLoweringScope S(*this); in getFullyQualifiedName()469 TypeLoweringScope S(*this); in getMemberFunctionType()2708 TypeLoweringScope S(*this); in getTypeIndex()2734 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()2774 TypeLoweringScope S(*this); in getCompleteTypeIndex()
477 struct TypeLoweringScope;