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