Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp41 class DynamicTypeBugVisitor : public BugReporterVisitor { class in __anon19d2a0b90111::DynamicTypeChecker
43 DynamicTypeBugVisitor(const MemRegion *Reg) : Reg(Reg) {} in DynamicTypeBugVisitor() function in __anon19d2a0b90111::DynamicTypeChecker::DynamicTypeBugVisitor
87 R->addVisitor(llvm::make_unique<DynamicTypeBugVisitor>(Reg)); in reportTypeError()
93 DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode()