|
clang 22.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Attr.h"#include "clang/AST/Decl.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/Type.h"#include "clang/AST/TypeLoc.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 |
Functions | |
| const FunctionDecl * | clang::lifetimes::getDeclWithMergedLifetimeBoundAttrs (const FunctionDecl *FD) |
| const CXXMethodDecl * | clang::lifetimes::getDeclWithMergedLifetimeBoundAttrs (const CXXMethodDecl *CMD) |
| bool | clang::lifetimes::isNormalAssignmentOperator (const FunctionDecl *FD) |
| bool | clang::lifetimes::isAssignmentOperatorLifetimeBound (const CXXMethodDecl *CMD) |
| bool | clang::lifetimes::implicitObjectParamIsLifetimeBound (const FunctionDecl *FD) |