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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1365 << SourceRange(DS.getFriendSpecLoc());
1534 Diag(DS.getFriendSpecLoc(), diag::err_friend_explicit_instantiation);
1582 Actions.ActOnTemplatedFriendTag(getCurScope(), DS.getFriendSpecLoc(),
H A DParseDecl.cpp3643 << SourceRange(DS.getFriendSpecLoc());
/external/clang/include/clang/Sema/
H A DDeclSpec.h675 SourceLocation getFriendSpecLoc() const { return FriendLoc; } function in class:clang::DeclSpec
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11800 DS.getFriendSpecLoc());
11802 D = CheckFriendTypeDecl(Loc, DS.getFriendSpecLoc(), TSI);
11999 Diag(DS.getFriendSpecLoc(),
12084 DS.getFriendSpecLoc());

Completed in 377 milliseconds