Home
last modified time | relevance | path

Searched refs:fixItLoc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp2285 SourceLocation fixItLoc; in DiagnoseOwningPropertyGetterSynthesis() local
2292 fixItLoc = getterRedecl->getEndLoc(); in DiagnoseOwningPropertyGetterSynthesis()
2309 if (fixItLoc.isValid()) { in DiagnoseOwningPropertyGetterSynthesis()
2312 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()