Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h72 SourceLocation FriendLoc; variable
87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl()
144 return FriendLoc; in getFriendLoc()
H A DDeclTemplate.h2457 SourceLocation FriendLoc;
2461 FriendUnion Friend, SourceLocation FriendLoc)
2463 Params(Params.data()), Friend(Friend), FriendLoc(FriendLoc) {}
2473 SourceLocation FriendLoc);
2493 return FriendLoc;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1069 FriendLoc = Loc; in SetFriendSpec()
1075 FriendLoc = Loc; in SetFriendSpec()
H A DSemaDeclCXX.cpp16392 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument
16424 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl()
16427 Diag(FriendLoc, in CheckFriendTypeDecl()
16435 Diag(FriendLoc, in CheckFriendTypeDecl()
16449 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl()
16450 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl()
16458 FriendLoc); in CheckFriendTypeDecl()
16463 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument
16486 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag()
16549 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag()
[all …]
H A DSemaTemplate.cpp1718 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, in CheckClassTemplate() argument
2061 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h393 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable
749 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
H A DSema.h3042 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc,
7192 SourceLocation FriendLoc,
7607 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2324 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument
2330 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq()
2334 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2057 D->FriendLoc = readSourceLocation(); in VisitFriendDecl()
2071 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
H A DASTWriterDecl.cpp1477 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2939 SourceLocation FriendLoc);