Searched refs:FriendLoc (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/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 | 2487 SourceLocation FriendLoc; 2491 FriendUnion Friend, SourceLocation FriendLoc) 2493 Params(Params), Friend(Friend), FriendLoc(FriendLoc) {} 2503 SourceLocation FriendLoc); 2523 return FriendLoc;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1070 FriendLoc = Loc; in SetFriendSpec() 1076 FriendLoc = Loc; in SetFriendSpec()
|
| H A D | SemaDeclCXX.cpp | 16648 SourceLocation FriendLoc, in CheckFriendTypeDecl() argument 16680 << FixItHint::CreateInsertion(getLocForEndOfToken(FriendLoc), in CheckFriendTypeDecl() 16683 Diag(FriendLoc, in CheckFriendTypeDecl() 16691 Diag(FriendLoc, in CheckFriendTypeDecl() 16705 if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc) in CheckFriendTypeDecl() 16706 Diag(FriendLoc, diag::err_friend_not_first_in_declaration) << T; in CheckFriendTypeDecl() 16714 FriendLoc); in CheckFriendTypeDecl() 16719 Decl *Sema::ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, in ActOnTemplatedFriendTag() argument 16742 FriendLoc, TempParamLists.size() - 1, in ActOnTemplatedFriendTag() 16805 TSI, FriendLoc, TempParamLists); in ActOnTemplatedFriendTag() [all …]
|
| H A D | SemaTemplate.cpp | 1723 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, in CheckClassTemplate() argument 2066 Context, CurContext, NewClass->getLocation(), NewTemplate, FriendLoc); in CheckClassTemplate()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 394 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; variable 750 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc()
|
| H A D | Sema.h | 3248 Decl *ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, 7489 SourceLocation FriendLoc, 7908 SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists,
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 2316 SourceLocation FriendLoc) { in ParseOptionalCXX11VirtSpecifierSeq() argument 2322 if (FriendLoc.isValid()) { in ParseOptionalCXX11VirtSpecifierSeq() 2326 << SourceRange(FriendLoc, FriendLoc); in ParseOptionalCXX11VirtSpecifierSeq()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2161 D->FriendLoc = readSourceLocation(); in VisitFriendDecl() 2175 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
|
| H A D | ASTWriterDecl.cpp | 1487 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 2923 SourceLocation FriendLoc);
|