Lines Matching defs:InsertLoc
8821 SourceLocation Loc, InsertLoc;
8824 InsertLoc = getLocForEndOfToken(
8829 InsertLoc = Loc.getRParenLoc();
8835 << (int)DCK << FixItHint::CreateInsertion(InsertLoc, " const");
11225 SourceLocation InsertLoc =
11227 DB << FixItHint::CreateInsertion(InsertLoc, " ")
11229 InsertLoc, CharSourceRange::getTokenRange(Before))
13313 SourceLocation InsertLoc = getLocForEndOfToken(NameInfo.getEndLoc());
13314 Diag(InsertLoc, diag::note_using_decl_class_member_workaround)
13318 InsertLoc, " " + NameInfo.getName().getAsString());