Searched refs:TypeLoweringScope (Results 1 – 2 of 2) sorted by relevance
311 struct CodeViewDebug::TypeLoweringScope { struct in CodeViewDebug312 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() argument313 ~TypeLoweringScope() { in ~TypeLoweringScope() argument328 TypeLoweringScope S(*this); in getFullyQualifiedName()467 TypeLoweringScope S(*this); in getMemberFunctionType()2694 TypeLoweringScope S(*this); in getTypeIndex()2720 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()2760 TypeLoweringScope S(*this); in getCompleteTypeIndex()
470 struct TypeLoweringScope;