Searched refs:isFriendSpecified (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp50 if (D.getDeclSpec().isFriendSpecified())
183 if (D.getDeclSpec().isFriendSpecified()) {
H A DParseDeclCXX.cpp1321 if (DS.isFriendSpecified()) {
1369 TUK = DS.isFriendSpecified() ? Sema::TUK_Friend : Sema::TUK_Declaration;
2064 if (DS.isFriendSpecified())
2138 DefinitionKind != FDK_Definition && DS.isFriendSpecified()) {
2243 if (DS.isFriendSpecified()) {
H A DParseDecl.cpp2415 (DSContext == DSC_class && DS.isFriendSpecified());
3585 if (DS.isFriendSpecified()) {
3598 TUK = DS.isFriendSpecified() ? Sema::TUK_Friend : Sema::TUK_Declaration;
5060 ? !D.getDeclSpec().isFriendSpecified()
/external/clang/lib/Sema/
H A DDeclSpec.cpp1044 if (isFriendSpecified() &&
H A DSemaDecl.cpp3132 if (DS.isFriendSpecified()) {
4109 bool EnteringContext = !D.getDeclSpec().isFriendSpecified();
4133 } else if (!D.getDeclSpec().isFriendSpecified()) {
5929 ExtraArgs.D.getDeclSpec().isFriendSpecified());
6467 isFriend = D.getDeclSpec().isFriendSpecified();
6889 !D.getDeclSpec().isFriendSpecified()) {
7014 D.getDeclSpec().isFriendSpecified()
H A DSemaDeclCXX.cpp1800 assert(!DS.isFriendSpecified());
11151 assert(DS.isFriendSpecified());
11220 assert(DS.isFriendSpecified());
H A DSemaType.cpp3024 D.getDeclSpec().isFriendSpecified());
/external/clang/include/clang/Sema/
H A DDeclSpec.h649 bool isFriendSpecified() const { return Friend_specified; } function in class:clang::DeclSpec

Completed in 302 milliseconds