Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2311 SmallString<64> fixItText(" "); in DiagnoseOwningPropertyGetterSynthesis() local
2312 fixItText += spelling; in DiagnoseOwningPropertyGetterSynthesis()
2313 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()