Home
last modified time | relevance | path

Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DDeclFriend.h53 SourceLocation FriendLoc; variable
82 FriendLoc(FriendL), in FriendDecl()
132 return FriendLoc; in getFriendLoc()
DDeclTemplate.h2027 SourceLocation FriendLoc;
2034 SourceLocation FriendLoc)
2039 FriendLoc(FriendLoc)
2054 SourceLocation FriendLoc);
2074 return FriendLoc;
/external/clang/lib/Sema/
DDeclSpec.cpp860 FriendLoc = Loc; in SetFriendSpec()
866 FriendLoc = Loc; in SetFriendSpec()
DSemaDeclCXX.cpp12140 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument
12172 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl()
12175 Diag(FriendLoc, in CheckFriendTypeDecl()
12183 Diag(FriendLoc, in CheckFriendTypeDecl()
12197 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl()
12198 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl()
12206 FriendLoc); in CheckFriendTypeDecl()
12211 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument
12235 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag()
12297 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag()
[all …]
DSemaTemplate.cpp838 SourceLocation FriendLoc, in CheckClassTemplate() argument
1147 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
/external/clang/include/clang/Sema/
DDeclSpec.h395 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable
692 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
DSema.h1738 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
5061 SourceLocation FriendLoc,
5352 SourceLocation FriendLoc,
/external/clang/lib/Parse/
DParseDeclCXX.cpp1980 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument
1986 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq()
1990 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
/external/clang/include/clang/Parse/
DParser.h2149 SourceLocation FriendLoc);
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1688 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendDecl()
1702 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendTemplateDecl()
DASTWriterDecl.cpp1203 Writer.AddSourceLocation(D->FriendLoc, Record); in VisitFriendDecl()