Searched refs:getFriendSpecLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 1658 << SourceRange(DS.getFriendSpecLoc()); in ParseClassSpecifier() 1820 Diag(DS.getFriendSpecLoc(), diag::err_friend_explicit_instantiation); in ParseClassSpecifier() 1866 getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name, in ParseClassSpecifier() 2284 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer() 2308 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
| H A D | ParseDecl.cpp | 4319 << SourceRange(DS.getFriendSpecLoc()); in ParseEnumSpecifier()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 722 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14247 DS.getFriendSpecLoc()); in ActOnFriendTypeDecl() 14249 D = CheckFriendTypeDecl(Loc, DS.getFriendSpecLoc(), TSI); in ActOnFriendTypeDecl() 14427 Diag(DS.getFriendSpecLoc(), in ActOnFriendFunctionDecl() 14534 DS.getFriendSpecLoc()); in ActOnFriendFunctionDecl()
|