Lines Matching refs:InsertLoc
3028 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() local
3037 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit()
3040 InsertLoc, {tok::l_square, tok::l_square, in diagnoseMissingConstinit()
3046 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren, in diagnoseMissingConstinit()
3062 << InitDecl << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
3073 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
9852 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
9854 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
9855 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
9861 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()
9866 TemplateArgs.setLAngleLoc(InsertLoc); in ActOnFunctionDeclarator()
9867 TemplateArgs.setRAngleLoc(InsertLoc); in ActOnFunctionDeclarator()