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
BugReporterVisitor
() = default;
41
BugReporterVisitor
(const
BugReporterVisitor
&) = default;
42
BugReporterVisitor
(
BugReporterVisitor
&&) {}
43
virtual ~
BugReporterVisitor
();
54
virtual std::unique_ptr<
BugReporterVisitor
> clone() const = 0;
85
///
BugReporterVisitor
, subclass BugReporterVisitorImpl and provide a publi
[
all
...]
BugReporter.h
20
#include "clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor
.h"
66
typedef SmallVector<std::unique_ptr<
BugReporterVisitor
>, 8> VisitorList;
112
llvm::FoldingSet<
BugReporterVisitor
> CallbacksSet;
302
void addVisitor(std::unique_ptr<
BugReporterVisitor
> visitor);
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
49
BugReporterVisitor
::~
BugReporterVisitor
() {}
504
ArrayRef<std::unique_ptr<
BugReporterVisitor
>> visitors) {
559
ArrayRef<std::unique_ptr<
BugReporterVisitor
>> visitors) {
[
all
...]
BugReporterVisitors.cpp
14
#include "clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor
.h"
104
BugReporterVisitor
::getEndPath(BugReporterContext &BRC,
109
std::unique_ptr<PathDiagnosticPiece>
BugReporterVisitor
::getDefaultEndPath(
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
[
all
...]
Completed in 325 milliseconds