Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 72 SourceLocation FriendLoc; variable 87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl() 144 return FriendLoc; in getFriendLoc()
|
| H A D | DeclTemplate.h | 2457 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 D | DeclSpec.cpp | 1069 FriendLoc = Loc; in SetFriendSpec() 1075 FriendLoc = Loc; in SetFriendSpec()
|
| H A D | SemaDeclCXX.cpp | 16392 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 D | SemaTemplate.cpp | 1718 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 D | DeclSpec.h | 393 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable 749 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
| H A D | Sema.h | 3042 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 D | ParseDeclCXX.cpp | 2324 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 D | ASTReaderDecl.cpp | 2057 D->FriendLoc = readSourceLocation(); in VisitFriendDecl() 2071 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
|
| H A D | ASTWriterDecl.cpp | 1477 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2939 SourceLocation FriendLoc);
|