Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp2256 SmallString<64> fixItText(" "); in DiagnoseOwningPropertyGetterSynthesis() local
2257 fixItText += spelling; in DiagnoseOwningPropertyGetterSynthesis()
2258 noteDiag << FixItHint::CreateInsertion(fixItLoc, fixItText); in DiagnoseOwningPropertyGetterSynthesis()