clang 23.0.0git
EntityPointerLevel.cpp File Reference

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)

Function Documentation

◆ hasPointerType()

bool hasPointerType ( const Expr * E)
static

Definition at line 19 of file EntityPointerLevel.cpp.

References clang::Expr::getType(), and clang::QualType::isNull().

◆ makeCreateEntityNameError()

◆ makeUnsupportedStmtKindError()

llvm::Error makeUnsupportedStmtKindError ( const Stmt * Unsupported)
static

Definition at line 25 of file EntityPointerLevel.cpp.