Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2273 SourceLocation fixItLoc; in DiagnoseOwningPropertyGetterSynthesis() local
2280 fixItLoc = getterRedecl->getEndLoc(); in DiagnoseOwningPropertyGetterSynthesis()
2297 if (fixItLoc.isValid()) { in DiagnoseOwningPropertyGetterSynthesis()
2300 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()