Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclFriend.h55 SourceLocation FriendLoc; variable
76 FriendLoc(FriendL), in FriendDecl()
126 return FriendLoc; in getFriendLoc()
DDeclTemplate.h2160 SourceLocation FriendLoc;
2164 FriendUnion Friend, SourceLocation FriendLoc)
2166 Params(Params.data()), Friend(Friend), FriendLoc(FriendLoc) {}
2178 SourceLocation FriendLoc);
2198 return FriendLoc;
/external/clang/lib/Sema/
DDeclSpec.cpp885 FriendLoc = Loc; in SetFriendSpec()
891 FriendLoc = Loc; in SetFriendSpec()
DSemaDeclCXX.cpp12422 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument
12454 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl()
12457 Diag(FriendLoc, in CheckFriendTypeDecl()
12465 Diag(FriendLoc, in CheckFriendTypeDecl()
12479 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl()
12480 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl()
12488 FriendLoc); in CheckFriendTypeDecl()
12493 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument
12517 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag()
12579 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag()
[all …]
DSemaTemplate.cpp854 SourceLocation FriendLoc, in CheckClassTemplate() argument
1186 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
/external/clang/include/clang/Sema/
DDeclSpec.h394 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc, ConceptLoc; variable
701 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
DSema.h1961 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
5452 SourceLocation FriendLoc,
5744 SourceLocation FriendLoc,
/external/clang/lib/Parse/
DParseDeclCXX.cpp2041 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument
2047 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq()
2051 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
/external/clang/include/clang/Parse/
DParser.h2289 SourceLocation FriendLoc);
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1838 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendDecl()
1852 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendTemplateDecl()
DASTWriterDecl.cpp1294 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()