Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2286 SourceLocation fixItLoc; in DiagnoseOwningPropertyGetterSynthesis() local
2293 fixItLoc = getterRedecl->getEndLoc(); in DiagnoseOwningPropertyGetterSynthesis()
2310 if (fixItLoc.isValid()) { in DiagnoseOwningPropertyGetterSynthesis()
2313 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()