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