Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h71 SourceLocation FriendLoc; variable
87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl()
143 return FriendLoc; in getFriendLoc()
H A DDeclTemplate.h2459 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 DDeclSpec.cpp1090 FriendLoc = Loc; in SetFriendSpec()
1096 FriendLoc = Loc; in SetFriendSpec()
H A DSemaDeclCXX.cpp17537 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 DSemaTemplate.cpp1861 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 DDeclSpec.h420 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable
788 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
H A DSema.h3402 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 DParseDeclCXX.cpp2446 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 DASTReaderDecl.cpp2374 D->FriendLoc = readSourceLocation(); in VisitFriendDecl()
2388 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
H A DASTWriterDecl.cpp1619 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3076 SourceLocation FriendLoc);