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

Declarations

tools/clang/include/clang/AST/CommentSema.h
  220   bool isUnionDecl();

References

tools/clang/lib/AST/CommentSema.cpp
  154       DiagSelect = !isUnionDecl() ? 5 : 0;
  908   return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() ||
  930          !isUnionDecl();