Searched refs:TypeLoweringScope (Results 1 – 2 of 2) sorted by relevance
314 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug315 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() function316 ~TypeLoweringScope() { in ~TypeLoweringScope() argument331 TypeLoweringScope S(*this); in getFullyQualifiedName()461 TypeLoweringScope S(*this); in getMemberFunctionType()2533 TypeLoweringScope S(*this); in getTypeIndex()2559 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()2599 TypeLoweringScope S(*this); in getCompleteTypeIndex()
429 struct TypeLoweringScope;