Lines Matching defs:FriendLoc
17485 Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc,
17506 FriendLoc, TempParamLists.size() - 1,
17570 FriendDecl::Create(Context, CurContext, NameLoc, TSI, FriendLoc,
17610 FriendDecl::Create(Context, CurContext, NameLoc, TSI, FriendLoc,
17622 SourceLocation FriendLoc = DS.getFriendSpecLoc();
17637 Diag(FriendLoc, diag::err_friend_not_first_in_declaration);
17695 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc),
17698 Diag(FriendLoc, getLangOpts().CPlusPlus11
17720 FriendLoc);
17723 TSI, FriendLoc, EllipsisLoc);