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

Declarations

tools/clang/include/clang/AST/CommentSema.h
  221   bool isObjCInterfaceDecl();

References

tools/clang/lib/AST/CommentSema.cpp
  141       if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl())
  145       DiagSelect = !isObjCInterfaceDecl() ? 2 : 0;
  908   return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() ||