Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h165 class ExpressionHandler; variable
175 using ExpressionHandlerPtr = std::unique_ptr<ExpressionHandler>;
299 class ExpressionHandler {
304 ExpressionHandler(Tracker &ParentTracker) : ParentTracker(ParentTracker) {} in ExpressionHandler() function
305 virtual ~ExpressionHandler() {} in ~ExpressionHandler()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2268 class ControlDependencyHandler final : public ExpressionHandler {
2270 using ExpressionHandler::ExpressionHandler;
2296 class NilReceiverHandler final : public ExpressionHandler {
2298 using ExpressionHandler::ExpressionHandler;
2314 class ArrayIndexHandler final : public ExpressionHandler {
2316 using ExpressionHandler::ExpressionHandler;
2334 using ExpressionHandler::ExpressionHandler;
2417 using ExpressionHandler::ExpressionHandler;
2502 using ExpressionHandler::ExpressionHandler;
2563 class PRValueHandler final : public ExpressionHandler {
[all …]