Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp2060 SourceLocation fixItLoc; in DiagnoseOwningPropertyGetterSynthesis() local
2067 fixItLoc = getterRedecl->getLocEnd(); in DiagnoseOwningPropertyGetterSynthesis()
2084 if (fixItLoc.isValid()) { in DiagnoseOwningPropertyGetterSynthesis()
2087 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()