Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h623 class TagVisitor : public BugReporterVisitor {
H A DBugReporter.h805 friend class TagVisitor; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3518 void TagVisitor::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
3523 PathDiagnosticPieceRef TagVisitor::VisitNode(const ExplodedNode *N, in VisitNode()
H A DBugReporter.cpp2847 R->addVisitor<TagVisitor>(); in findValidReport()