OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BugReporterVisitor
(Results
1 - 5
of
5
) 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 {
BugReporter.h
20
#include "clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor
.h"
65
typedef SmallVector<
BugReporterVisitor
*, 8> VisitorList;
111
llvm::FoldingSet<
BugReporterVisitor
> CallbacksSet;
302
void addVisitor(
BugReporterVisitor
*visitor);
/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
...]
BugReporterVisitors.cpp
14
#include "clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor
.h"
104
BugReporterVisitor
::getEndPath(BugReporterContext &BRC,
111
BugReporterVisitor
::getDefaultEndPath(BugReporterContext &BRC,
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
[
all
...]
Completed in 5363 milliseconds