Searched defs:BugReporterContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h45 class BugReporterContext;
523 class BugReporterContext { class in namespace:clang::ento
527 BugReporterContext(GRBugReporter& br) : BR(br) {} function in class:clang::ento::BugReporterContext
529 virtual ~BugReporterContext() {}

Completed in 107 milliseconds