Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp40 class DynamicTypeBugVisitor : public BugReporterVisitor { class in __anon0f30f4fa0111::DynamicTypeChecker
42 DynamicTypeBugVisitor(const MemRegion *Reg) : Reg(Reg) {} in DynamicTypeBugVisitor() function in __anon0f30f4fa0111::DynamicTypeChecker::DynamicTypeBugVisitor
86 R->addVisitor(std::make_unique<DynamicTypeBugVisitor>(Reg)); in reportTypeError()
91 PathDiagnosticPieceRef DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode( in VisitNode()