reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/DeclSpec.h
 2483            !getDeclSpec().isFriendSpecified();
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
   38   if (D.getDeclSpec().isFriendSpecified())
tools/clang/lib/Parse/ParseDecl.cpp
 3110             (DSContext == DeclSpecContext::DSC_class && DS.isFriendSpecified());
 4473     if (DS.isFriendSpecified()) {
 4486     TUK = DS.isFriendSpecified() ? Sema::TUK_Friend : Sema::TUK_Declaration;
 6329          ? !D.getDeclSpec().isFriendSpecified()
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1690     if (DS.isFriendSpecified()) {
 1738     TUK = DS.isFriendSpecified() ? Sema::TUK_Friend : Sema::TUK_Declaration;
 2626     if (DS.isFriendSpecified())
 2712         DefinitionKind != FDK_Definition && DS.isFriendSpecified()) {
 2777                  !DS.isFriendSpecified()) {
 2794     if (DS.isFriendSpecified()) {
tools/clang/lib/Sema/DeclSpec.cpp
 1298   if (isFriendSpecified() &&
 1330   if (isFriendSpecified() && (isVirtualSpecified() || hasExplicitSpecifier())) {
tools/clang/lib/Sema/SemaDecl.cpp
 4456   if (DS.isFriendSpecified()) {
 5546     bool EnteringContext = !D.getDeclSpec().isFriendSpecified();
 5572     if (!D.getDeclSpec().isFriendSpecified()) {
 8280         SemaRef.getLangOpts().CPlusPlus && D.getDeclSpec().isFriendSpecified();
 8619     isFriend = D.getDeclSpec().isFriendSpecified();
 9157                 D.getDeclSpec().isFriendSpecified()) &&
 9277                             D.getDeclSpec().isFriendSpecified()
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3163   assert(!DS.isFriendSpecified());
14731   assert(DS.isFriendSpecified());
14822   assert(DS.isFriendSpecified());
tools/clang/lib/Sema/SemaType.cpp
 3020       if (D.getDeclSpec().isFriendSpecified())
 5098           !D.getDeclSpec().isFriendSpecified())