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

References

tools/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
  208   if (isTest(D))
  211   AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D);
  214   auto Matches = match(SemaphoreMatcherM, *D->getBody(), AM.getASTContext());
  219   Matches = match(GroupMatcherM, *D->getBody(), AM.getASTContext());