|
clang 23.0.0git
|
#include "clang/AST/Expr.h"#include "clang/ScalableStaticAnalysisFramework/Core/Model/EntityId.h"#include "clang/ScalableStaticAnalysisFramework/Core/Model/EntityName.h"#include <set>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::ssaf |
Functions | |
| llvm::Expected< EntityPointerLevelSet > | clang::ssaf::translateEntityPointerLevel (const Expr *E, ASTContext &Ctx, std::function< EntityId(EntityName EN)> AddEntity) |
| An EntityPointerLevel represents a level of the declared pointer/array type of an entity. | |
| EntityPointerLevel | clang::ssaf::buildEntityPointerLevel (EntityId, unsigned) |