|
clang 24.0.0git
|
#include "LifetimeModeling.h"#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h"#include "clang/StaticAnalyzer/Core/Checker.h"Go to the source code of this file.
Functions | |
| static const Expr * | getLifetimeBoundArg (const Expr *RetExpr) |
| static SourceRange | getRegionDeclRange (const MemRegion *Source) |
Definition at line 46 of file UseAfterLifetimeEnd.cpp.
References clang::FunctionDecl::parameters().
|
static |
Definition at line 90 of file UseAfterLifetimeEnd.cpp.