Searched refs:getFriendSpecLoc (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 1833 << SourceRange(DS.getFriendSpecLoc()); in ParseClassSpecifier() 1992 Diag(DS.getFriendSpecLoc(), diag::err_friend_explicit_instantiation); in ParseClassSpecifier() 2039 getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name, in ParseClassSpecifier() 2498 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer() 2527 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
| H A D | ParseDecl.cpp | 4865 << SourceRange(DS.getFriendSpecLoc()); in ParseEnumSpecifier()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 772 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc() function
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 17141 DS.getFriendSpecLoc()); in ActOnFriendTypeDecl() 17143 D = CheckFriendTypeDecl(Loc, DS.getFriendSpecLoc(), TSI); in ActOnFriendTypeDecl() 17318 Diag(DS.getFriendSpecLoc(), in ActOnFriendFunctionDecl() 17425 DS.getFriendSpecLoc()); in ActOnFriendFunctionDecl()
|