clang 19.0.0git
Namespaces | Functions
InterpreterUtils.cpp File Reference
#include "InterpreterUtils.h"

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 

Functions

IntegerLiteral * clang::IntegerLiteralExpr (ASTContext &C, uint64_t Val)
 
Expr * clang::CStyleCastPtrExpr (Sema &S, QualType Ty, Expr *E)
 
Expr * clang::CStyleCastPtrExpr (Sema &S, QualType Ty, uintptr_t Ptr)
 
Sema::DeclGroupPtrTy clang::CreateDGPtrFrom (Sema &S, Decl *D)
 
NamespaceDecl * clang::LookupNamespace (Sema &S, llvm::StringRef Name, const DeclContext *Within)
 
NamedDecl * clang::LookupNamed (Sema &S, llvm::StringRef Name, const DeclContext *Within)
 
std::string clang::GetFullTypeName (ASTContext &Ctx, QualType QT)