Searched refs:getFriendSpecLoc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 1719 << SourceRange(DS.getFriendSpecLoc()); in ParseClassSpecifier() 1885 Diag(DS.getFriendSpecLoc(), diag::err_friend_explicit_instantiation); in ParseClassSpecifier() 1932 getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name, in ParseClassSpecifier() 2361 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer() 2389 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
| H A D | ParseDecl.cpp | 4600 << SourceRange(DS.getFriendSpecLoc()); in ParseEnumSpecifier()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 749 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16470 DS.getFriendSpecLoc()); in ActOnFriendTypeDecl() 16472 D = CheckFriendTypeDecl(Loc, DS.getFriendSpecLoc(), TSI); in ActOnFriendTypeDecl() 16650 Diag(DS.getFriendSpecLoc(), in ActOnFriendFunctionDecl() 16757 DS.getFriendSpecLoc()); in ActOnFriendFunctionDecl()
|