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()2534 TypeLoweringScope S(*this); in getTypeIndex()2560 TypeLoweringScope S(*this); in getTypeIndexForThisPtr()2600 TypeLoweringScope S(*this); in getCompleteTypeIndex()
431 struct TypeLoweringScope;