Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 73 SourceLocation FriendLoc; variable 88 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL), in FriendDecl() 145 return FriendLoc; in getFriendLoc()
|
| H A D | DeclTemplate.h | 2270 SourceLocation FriendLoc; 2274 FriendUnion Friend, SourceLocation FriendLoc) 2276 Params(Params.data()), Friend(Friend), FriendLoc(FriendLoc) {} 2286 SourceLocation FriendLoc); 2306 return FriendLoc;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 985 FriendLoc = Loc; in SetFriendSpec() 991 FriendLoc = Loc; in SetFriendSpec()
|
| H A D | SemaDeclCXX.cpp | 13964 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument 13996 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl() 13999 Diag(FriendLoc, in CheckFriendTypeDecl() 14007 Diag(FriendLoc, in CheckFriendTypeDecl() 14021 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl() 14022 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl() 14030 FriendLoc); in CheckFriendTypeDecl() 14035 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument 14058 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag() 14121 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag() [all …]
|
| H A D | SemaTemplate.cpp | 1269 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, in CheckClassTemplate() argument 1643 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 398 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable 722 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
| H A D | Sema.h | 2244 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, 5937 SourceLocation FriendLoc, 6254 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 2210 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument 2216 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq() 2220 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2047 D->FriendLoc = ReadSourceLocation(); in VisitFriendDecl() 2061 D->FriendLoc = ReadSourceLocation(); in VisitFriendTemplateDecl()
|
| H A D | ASTWriterDecl.cpp | 1391 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 2559 SourceLocation FriendLoc);
|