Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h157 class ExpressionHandler; variable
167 using ExpressionHandlerPtr = std::unique_ptr<ExpressionHandler>;
291 class ExpressionHandler {
296 ExpressionHandler(Tracker &ParentTracker) : ParentTracker(ParentTracker) {} in ExpressionHandler() function
297 virtual ~ExpressionHandler() {} in ~ExpressionHandler()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2010 class ControlDependencyHandler final : public ExpressionHandler {
2012 using ExpressionHandler::ExpressionHandler;
2038 class NilReceiverHandler final : public ExpressionHandler {
2040 using ExpressionHandler::ExpressionHandler;
2056 class ArrayIndexHandler final : public ExpressionHandler {
2058 using ExpressionHandler::ExpressionHandler;
2076 using ExpressionHandler::ExpressionHandler;
2158 using ExpressionHandler::ExpressionHandler;
2242 using ExpressionHandler::ExpressionHandler;
2303 class PRValueHandler final : public ExpressionHandler {
[all …]