Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1999 SourceLocation fixItLoc; in DiagnoseOwningPropertyGetterSynthesis() local
2006 fixItLoc = getterRedecl->getLocEnd(); in DiagnoseOwningPropertyGetterSynthesis()
2023 if (fixItLoc.isValid()) { in DiagnoseOwningPropertyGetterSynthesis()
2026 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()