Searched refs:CSRange (Results 1 – 2 of 2) sorted by relevance
518 const CallSiteRange &CSRange = CallSiteRanges.back(); in emitExceptionTable() local519 for (size_t CallSiteIdx = CSRange.CallSiteBeginIdx; in emitExceptionTable()635 for (const CallSiteRange &CSRange : CallSiteRanges) { in emitExceptionTable() local636 if (CSRange.IsLPRange) { in emitExceptionTable()639 LandingPadRange = &CSRange; in emitExceptionTable()657 for (const CallSiteRange &CSRange : CallSiteRanges) { in emitExceptionTable() local658 if (CSRange.CallSiteBeginIdx != 0) { in emitExceptionTable()663 Asm->OutStreamer->emitLabel(CSRange.ExceptionLabel); in emitExceptionTable()696 for (size_t CallSiteIdx = CSRange.CallSiteBeginIdx; in emitExceptionTable()700 MCSymbol *EHFuncBeginSym = CSRange.FragmentBeginLabel; in emitExceptionTable()[all …]
9154 CharSourceRange CSRange = getSpecifierRange(CS.getStart(), CS.getLength()); in HandleNonStandardConversionSpecifier() local9157 << FixItHint::CreateReplacement(CSRange, FixedCS->toString()); in HandleNonStandardConversionSpecifier()