Home
last modified time | relevance | path

Searched refs:TagVisitor (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h394 class TagVisitor : public BugReporterVisitor {
H A DBugReporter.h778 friend class TagVisitor; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3021 void TagVisitor::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
3026 PathDiagnosticPieceRef TagVisitor::VisitNode(const ExplodedNode *N, in VisitNode()
H A DBugReporter.cpp2818 R->addVisitor(std::make_unique<TagVisitor>()); in findValidReport()