Searched defs:FriendLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclFriend.h53 SourceLocation FriendLoc; member in class:clang::FriendDecl
82 FriendLoc(FriendL),
132 return FriendLoc;
H A DDeclTemplate.h2026 SourceLocation FriendLoc; member in class:clang::TemplateParameterList::FriendTemplateDecl
2033 SourceLocation FriendLoc)
2038 FriendLoc(FriendLoc)
2053 SourceLocation FriendLoc);
2073 return FriendLoc;
2029 FriendTemplateDecl(DeclContext *DC, SourceLocation Loc, unsigned NParams, TemplateParameterList **Params, FriendUnion Friend, SourceLocation FriendLoc) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h378 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; member in class:clang::DeclSpec
675 SourceLocation getFriendSpecLoc() const { return FriendLoc; }
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11537 SourceLocation FriendLoc,
11569 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc),
11572 Diag(FriendLoc,
11580 Diag(FriendLoc,
11594 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc)
11595 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T;
11603 FriendLoc);
11608 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, argument
11695 TSI, FriendLoc, TempParamLists);
11719 TSI, FriendLoc, TempParamList
11536 CheckFriendTypeDecl(SourceLocation LocStart, SourceLocation FriendLoc, TypeSourceInfo *TSInfo) argument
[all...]

Completed in 987 milliseconds