Home | History | Annotate | Download | only in Sema

Lines Matching refs:CreateInsertion

640       << FixItHint::CreateInsertion(SS->getRange().getBegin(), "typename ");
699 << FixItHint::CreateInsertion(NameLoc, FixItTagName);
3680 << FixItHint::CreateInsertion(tagLoc, textToInsert);
4149 << FixItHint::CreateInsertion(Record->getLocation(), "static ");
6519 << FixItHint::CreateInsertion(NewVD->getLocation(), "*");
7537 << FixItHint::CreateInsertion(InsertLoc, "<>");
8430 << FixItHint::CreateInsertion(AddConstLoc, " const");
9546 << FixItHint::CreateInsertion(VDecl->getLocStart(), "constexpr ");
9562 << FixItHint::CreateInsertion(VDecl->getLocStart(), "constexpr ");
10604 << FixItHint::CreateInsertion(TypeEndLoc, "*");
10640 << FixItHint::CreateInsertion(LocAfterDecls, Code);
11141 << FixItHint::CreateInsertion(FTL.getRParenLoc(), "void");
11783 return FixItHint::CreateInsertion(NameLoc, Insertion);
13569 << FixItHint::CreateInsertion(FD->getLocation(), "*");