Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 71 SourceLocation FriendLoc; variable 87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl() 143 return FriendLoc; in getFriendLoc()
|
| H A D | DeclTemplate.h | 2459 SourceLocation FriendLoc; 2463 FriendUnion Friend, SourceLocation FriendLoc) 2465 Params(Params), Friend(Friend), FriendLoc(FriendLoc) {} 2475 SourceLocation FriendLoc); 2495 return FriendLoc;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1090 FriendLoc = Loc; in SetFriendSpec() 1096 FriendLoc = Loc; in SetFriendSpec()
|
| H A D | SemaDeclCXX.cpp | 17537 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument 17569 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl() 17572 Diag(FriendLoc, in CheckFriendTypeDecl() 17580 Diag(FriendLoc, in CheckFriendTypeDecl() 17594 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl() 17595 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl() 17603 FriendLoc); in CheckFriendTypeDecl() 17609 Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, in ActOnTemplatedFriendTag() argument 17629 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag() 17692 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag() [all …]
|
| H A D | SemaTemplate.cpp | 1861 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, in CheckClassTemplate() argument 2208 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 420 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable 788 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
| H A D | Sema.h | 3402 DeclResult ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, 7922 SourceLocation FriendLoc, 8356 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 2446 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument 2452 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq() 2456 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2374 D->FriendLoc = readSourceLocation(); in VisitFriendDecl() 2388 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
|
| H A D | ASTWriterDecl.cpp | 1619 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 3076 SourceLocation FriendLoc);
|