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

Declarations

tools/clang/include/clang/AST/CommentSema.h
  215   bool isObjCMethodDecl();

References

tools/clang/lib/AST/CommentSema.cpp
  111       DiagSelect = !isObjCMethodDecl() ? 3 : 0;
  114       DiagSelect = !isObjCMethodDecl() ? 4 : 0;