OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BugReporterVisitor
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h
1
//===---
BugReporterVisitor
.h - Generate PathDiagnostics -------*- C++ -*-===//
38
class
BugReporterVisitor
: public llvm::FoldingSetNode {
40
virtual ~
BugReporterVisitor
();
51
virtual
BugReporterVisitor
*clone() const = 0;
84
///
BugReporterVisitor
, subclass BugReporterVisitorImpl and provide a public
91
class BugReporterVisitorImpl : public
BugReporterVisitor
{
92
virtual
BugReporterVisitor
*clone() const {
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
49
BugReporterVisitor
::~
BugReporterVisitor
() {}
469
ArrayRef<
BugReporterVisitor
*> visitors) {
478
for (ArrayRef<
BugReporterVisitor
*>::iterator I = visitors.begin(),
527
ArrayRef<
BugReporterVisitor
*> visitors) {
837
for (ArrayRef<
BugReporterVisitor
*>::iterator I = visitors.begin(),
[
all
...]
Completed in 301 milliseconds