Searched refs:FriendLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclFriend.h52 SourceLocation FriendLoc; member in class:clang::FriendDecl
81 FriendLoc(FriendL),
131 return FriendLoc;
H A DDeclTemplate.h2034 SourceLocation FriendLoc; member in class:clang::TemplateParameterList::FriendTemplateDecl
2041 SourceLocation FriendLoc)
2046 FriendLoc(FriendLoc)
2061 SourceLocation FriendLoc);
2081 return FriendLoc;
2037 FriendTemplateDecl(DeclContext *DC, SourceLocation Loc, unsigned NParams, TemplateParameterList **Params, FriendUnion Friend, SourceLocation FriendLoc) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h374 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; member in class:clang::DeclSpec
633 SourceLocation getFriendSpecLoc() const { return FriendLoc; }
H A DSema.h1551 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
4541 SourceLocation FriendLoc,
/external/clang/lib/Sema/
H A DDeclSpec.cpp758 FriendLoc = Loc;
H A DSemaDeclCXX.cpp10440 SourceLocation FriendLoc,
10471 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc),
10474 Diag(FriendLoc,
10482 Diag(FriendLoc,
10496 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc)
10497 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T;
10503 return FriendDecl::Create(Context, CurContext, LocStart, TSInfo, FriendLoc);
10508 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, argument
10597 TSI, FriendLoc, TempParamLists);
10619 TSI, FriendLoc, TempParamList
10439 CheckFriendTypeDecl(SourceLocation LocStart, SourceLocation FriendLoc, TypeSourceInfo *TSInfo) argument
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1270 D->FriendLoc = ReadSourceLocation(Record, Idx);
1284 D->FriendLoc = ReadSourceLocation(Record, Idx);
H A DASTWriterDecl.cpp1044 Writer.AddSourceLocation(D->FriendLoc, Record);

Completed in 509 milliseconds