Lines Matching defs:InsertLoc
3046 SourceLocation InsertLoc = InitDecl->getInnerLocStart();
3055 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit}));
3058 InsertLoc, {tok::l_square, tok::l_square,
3064 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren,
3080 << InitDecl << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling);
3091 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling);
10003 SourceLocation InsertLoc;
10005 InsertLoc = D.getName().getSourceRange().getEnd();
10006 InsertLoc = getLocForEndOfToken(InsertLoc);
10012 << FixItHint::CreateInsertion(InsertLoc, "<>");
10017 TemplateArgs.setLAngleLoc(InsertLoc);
10018 TemplateArgs.setRAngleLoc(InsertLoc);