|
clang 23.0.0git
|
#include "clang/ScalableStaticAnalysisFramework/Analyses/EntityPointerLevel/EntityPointerLevel.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Decl.h"#include "clang/AST/StmtVisitor.h"#include "clang/ScalableStaticAnalysisFramework/Core/ASTEntityMapping.h"#include "clang/ScalableStaticAnalysisFramework/Core/Model/EntityName.h"Go to the source code of this file.
Classes | |
| class | clang::ssaf::EntityPointerLevelTranslator |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::ssaf |
Functions | |
| static bool | hasPointerType (const Expr *E) |
| static llvm::Error | makeUnsupportedStmtKindError (const Stmt *Unsupported) |
| static llvm::Error | makeCreateEntityNameError (const NamedDecl *FailedDecl, ASTContext &Ctx) |
Definition at line 19 of file EntityPointerLevel.cpp.
References clang::Expr::getType(), and clang::QualType::isNull().
|
static |
Definition at line 32 of file EntityPointerLevel.cpp.
References clang::SourceRange::getBegin(), clang::NamedDecl::getNameAsString(), clang::ASTContext::getSourceManager(), clang::Decl::getSourceRange(), and clang::SourceLocation::printToString().
Referenced by clang::ssaf::UnsafeBufferUsageTUSummaryExtractor::HandleTranslationUnit().
|
static |
Definition at line 25 of file EntityPointerLevel.cpp.