Searched defs:ScalarConversionOpts (Results 1 – 1 of 1) sorted by relevance
329 struct ScalarConversionOpts { struct in __anonb4bd95340111::ScalarExprEmitter330 bool TreatBooleanAsSigned;331 bool EmitImplicitIntegerTruncationChecks;332 bool EmitImplicitIntegerSignChangeChecks;334 ScalarConversionOpts() in ScalarConversionOpts() argument339 ScalarConversionOpts(clang::SanitizerSet SanOpts) in ScalarConversionOpts() function