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