Lines Matching refs:InsertLoc
3170 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() local
3179 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit()
3182 InsertLoc, {tok::l_square, tok::l_square, in diagnoseMissingConstinit()
3188 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren, in diagnoseMissingConstinit()
3204 << InitDecl << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
3215 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
9995 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
9997 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
9998 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
10004 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()
10009 TemplateArgs.setLAngleLoc(InsertLoc); in ActOnFunctionDeclarator()
10010 TemplateArgs.setRAngleLoc(InsertLoc); in ActOnFunctionDeclarator()