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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  818   if (B->getOpcode() == BO_LAnd) {
  824       End = PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
  826         PathDiagnosticLocation::createOperatorLoc(B, SM);
  830           PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
  834     assert(B->getOpcode() == BO_LOr);
  841           PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
  845       End = PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
  847         PathDiagnosticLocation::createOperatorLoc(B, SM);