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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1719 << SourceRange(DS.getFriendSpecLoc());
1885 Diag(DS.getFriendSpecLoc(), diag::err_friend_explicit_instantiation);
1932 getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name,
2361 DeclaratorInfo.getDeclSpec().getFriendSpecLoc());
2389 DeclaratorInfo.getDeclSpec().getFriendSpecLoc());
H A DParseDecl.cpp4600 << SourceRange(DS.getFriendSpecLoc());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h749 SourceLocation getFriendSpecLoc() const { return FriendLoc; } function in class:clang::DeclSpec
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp16470 DS.getFriendSpecLoc());
16472 D = CheckFriendTypeDecl(Loc, DS.getFriendSpecLoc(), TSI);
16650 Diag(DS.getFriendSpecLoc(),
16757 DS.getFriendSpecLoc());

Completed in 305 milliseconds