Home
last modified time | relevance | path

Searched refs:getFriendSpecLoc (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2021 << SourceRange(DS.getFriendSpecLoc()); in ParseClassSpecifier()
2195 Diag(DS.getFriendSpecLoc(), diag::err_friend_explicit_instantiation); in ParseClassSpecifier()
2243 getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name, in ParseClassSpecifier()
2707 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer()
2736 DeclaratorInfo.getDeclSpec().getFriendSpecLoc()); in ParseCXXMemberDeclaratorBeforeInitializer()
H A DParseDecl.cpp5434 << SourceRange(DS.getFriendSpecLoc()); in ParseEnumSpecifier()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h824 SourceLocation getFriendSpecLoc() const { return FriendLoc; } in getFriendSpecLoc() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17506 SourceLocation FriendLoc = DS.getFriendSpecLoc(); in ActOnFriendTypeDecl()
17763 Diag(DS.getFriendSpecLoc(), in ActOnFriendFunctionDecl()
17843 DS.getFriendSpecLoc()); in ActOnFriendFunctionDecl()