Searched refs:TypeLoweringScope (Results 1 – 2 of 2) sorted by relevance
307 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug308 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() argument309 ~TypeLoweringScope() { in ~TypeLoweringScope() argument324 TypeLoweringScope S(*this); in getFullyQualifiedName()463 TypeLoweringScope S(*this); in getMemberFunctionType()2661 TypeLoweringScope S(*this); in getTypeIndex()2687 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()2727 TypeLoweringScope S(*this); in getCompleteTypeIndex()
449 struct TypeLoweringScope;