Searched refs:getFriendSpecLoc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 1744 << SourceRange(DS.getFriendSpecLoc()); in ParseClassSpecifier() 1903 Diag(DS.getFriendSpecLoc(), diag::err_friend_explicit_instantiation); in ParseClassSpecifier() 1950 getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name, in ParseClassSpecifier() 2409 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer() 2438 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
| H A D | ParseDecl.cpp | 4770 << SourceRange(DS.getFriendSpecLoc()); in ParseEnumSpecifier()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 750 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc() function
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16932 DS.getFriendSpecLoc()); in ActOnFriendTypeDecl() 16934 D = CheckFriendTypeDecl(Loc, DS.getFriendSpecLoc(), TSI); in ActOnFriendTypeDecl() 17109 Diag(DS.getFriendSpecLoc(), in ActOnFriendFunctionDecl() 17216 DS.getFriendSpecLoc()); in ActOnFriendFunctionDecl()
|