Searched refs:getFriendSpecLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 1857 << SourceRange(DS.getFriendSpecLoc()); in ParseClassSpecifier() 2031 Diag(DS.getFriendSpecLoc(), diag::err_friend_explicit_instantiation); in ParseClassSpecifier() 2079 getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name, in ParseClassSpecifier() 2539 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer() 2568 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
| H A D | ParseDecl.cpp | 5051 << SourceRange(DS.getFriendSpecLoc()); in ParseEnumSpecifier()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 788 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 17819 DS.getFriendSpecLoc()); in ActOnFriendTypeDecl() 17821 D = CheckFriendTypeDecl(Loc, DS.getFriendSpecLoc(), TSI); in ActOnFriendTypeDecl() 17988 Diag(DS.getFriendSpecLoc(), in ActOnFriendFunctionDecl() 18068 DS.getFriendSpecLoc()); in ActOnFriendFunctionDecl()
|