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

References

tools/clang/lib/AST/CommentSema.cpp
  105       DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0;
  108       DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0;
  111       DiagSelect = !isObjCMethodDecl() ? 3 : 0;
  114       DiagSelect = !isObjCMethodDecl() ? 4 : 0;
  117       DiagSelect = !isFunctionPointerVarDecl() ? 5 : 0;
  120       DiagSelect = 0;
  123   if (DiagSelect)
  126     << (DiagSelect-1) << (DiagSelect-1)
  126     << (DiagSelect-1) << (DiagSelect-1)