HomeSort by relevance Sort by last modified time
    Searched refs:GRBugReporter (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 492 // FIXME: Get rid of GRBugReporter. It's the wrong abstraction.
493 class GRBugReporter : public BugReporter {
496 GRBugReporter(BugReporterData& d, ExprEngine& eng)
499 virtual ~GRBugReporter();
533 GRBugReporter &BR;
535 BugReporterContext(GRBugReporter& br) : BR(br) {}
539 GRBugReporter& getBugReporter() { return BR; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 91 GRBugReporter BR;
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 291 PathDiagnosticBuilder(GRBugReporter &br,
    [all...]
BugReporterVisitors.cpp     [all...]

Completed in 1253 milliseconds