|
clang 22.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/Origins.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Attr.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/DeclTemplate.h"#include "clang/AST/Expr.h"#include "clang/AST/RecursiveASTVisitor.h"#include "clang/AST/TypeBase.h"#include "clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h"#include "clang/Analysis/Analyses/LifetimeSafety/LifetimeStats.h"#include "llvm/ADT/StringMap.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::lifetimes |
| namespace | clang::lifetimes::internal |
Functions | |
| bool | clang::lifetimes::internal::hasOrigins (QualType QT) |
| bool | clang::lifetimes::internal::hasOrigins (const Expr *E) |
| Determines if an expression has origins that need to be tracked. | |
| bool | clang::lifetimes::internal::doesDeclHaveStorage (const ValueDecl *D) |
| Returns true if the declaration has its own storage that can be borrowed. | |