Searched refs:fixItLoc (Results 1 – 1 of 1) sorted by relevance
2285 SourceLocation fixItLoc; in DiagnoseOwningPropertyGetterSynthesis() local2292 fixItLoc = getterRedecl->getEndLoc(); in DiagnoseOwningPropertyGetterSynthesis()2309 if (fixItLoc.isValid()) { in DiagnoseOwningPropertyGetterSynthesis()2312 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()