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.h601 class TagVisitor : public BugReporterVisitor {
H A DBugReporter.h817 friend class TagVisitor; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3456 void TagVisitor::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
3461 PathDiagnosticPieceRef TagVisitor::VisitNode(const ExplodedNode *N, in VisitNode()
H A DBugReporter.cpp2864 R->addVisitor<TagVisitor>(); in findValidReport()