Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp2024 SmallString<64> fixItText(" "); in DiagnoseOwningPropertyGetterSynthesis() local
2025 fixItText += spelling; in DiagnoseOwningPropertyGetterSynthesis()
2026 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()