Searched refs:TypeLoweringScope (Results 1 – 2 of 2) sorted by relevance
309 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug310 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function311 ~TypeLoweringScope() { in ~TypeLoweringScope() argument326 TypeLoweringScope S(*this); in getFullyQualifiedName()465 TypeLoweringScope S(*this); in getMemberFunctionType()2642 TypeLoweringScope S(*this); in getTypeIndex()2668 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()2708 TypeLoweringScope S(*this); in getCompleteTypeIndex()
448 struct TypeLoweringScope;