Lines Matching refs:InsertLoc
8740 SourceLocation Loc, InsertLoc;
8743 InsertLoc = getLocForEndOfToken(
8748 InsertLoc = Loc.getRParenLoc();
8754 << (int)DCK << FixItHint::CreateInsertion(InsertLoc, " const");
11125 SourceLocation InsertLoc =
11127 DB << FixItHint::CreateInsertion(InsertLoc, " ")
11129 InsertLoc, CharSourceRange::getTokenRange(Before))
13215 SourceLocation InsertLoc = getLocForEndOfToken(NameInfo.getEndLoc());
13216 Diag(InsertLoc, diag::note_using_decl_class_member_workaround)
13220 InsertLoc, " " + NameInfo.getName().getAsString());