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

References

tools/clang/lib/AST/Comment.cpp
  211   IsInstanceMethod = false;
  247       IsInstanceMethod = MD->isInstance();
  248       IsClassMethod = !IsInstanceMethod;
  258     IsInstanceMethod = MD->isInstanceMethod();
  259     IsClassMethod = !IsInstanceMethod;
tools/clang/lib/Index/CommentToXML.cpp
  836       if (DI->IsInstanceMethod)