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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 26 class BugReporterContext;
60 BugReporterContext &BRC,
69 virtual PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
76 static PathDiagnosticPiece *getDefaultEndPath(BugReporterContext &BRC,
128 BugReporterContext &BRC,
147 BugReporterContext &BRC,
162 BugReporterContext &BRC,
177 BugReporterContext &BRC,
182 BugReporterContext &BRC,
190 BugReporterContext &BRC)
    [all...]
BugReporter.h 42 class BugReporterContext;
418 class BugReporterContext {
422 BugReporterContext(GRBugReporter& br) : BR(br) {}
424 virtual ~BugReporterContext() {}
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 78 BugReporterVisitor::getEndPath(BugReporterContext &BRC,
85 BugReporterVisitor::getDefaultEndPath(BugReporterContext &BRC,
115 BugReporterContext &BRC,
246 BugReporterContext &BRC,
369 BugReporterContext &BRC,
440 BugReporterContext &BRC,
451 BugReporterContext &BRC,
502 BugReporterContext &BRC) {
526 BugReporterContext &BRC,
557 BugReporterContext &BRC
    [all...]
BugReporter.cpp 40 void BugReporterContext::anchor() {}
186 class PathDiagnosticBuilder : public BugReporterContext {
197 : BugReporterContext(br),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 152 BugReporterContext &BRC,
653 BugReporterContext &BRC,
MallocChecker.cpp 254 BugReporterContext &BRC,
    [all...]
RetainCountChecker.cpp     [all...]

Completed in 145 milliseconds