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

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

Completed in 34 milliseconds