Home | History | Annotate | Download | only in Sema

Lines Matching refs:CreateInsertion

215             << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)");
614 << FixItHint::CreateInsertion(starLoc, " *");
820 diag << FixItHint::CreateInsertion(newTypeParam->getLocStart(),
886 << FixItHint::CreateInsertion(insertionLoc, newCode);
1409 << FixItHint::CreateInsertion(getLocForEndOfToken(firstClassNameLoc),
1503 << FixItHint::CreateInsertion(starLoc, " *");
3697 << FixItHint::CreateInsertion(SuperClassLoc, " : NSObject ");
4165 << FixItHint::CreateInsertion(SelectorLocs.front(), "(id)");