clang 20.0.0git
|
#include "CGOpenCLRuntime.h"
#include "CodeGenFunction.h"
#include "TargetInfo.h"
#include "clang/CodeGen/ConstantInitBuilder.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/GlobalValue.h"
#include <assert.h>
Go to the source code of this file.
Functions | |
static const BlockExpr * | getBlockExpr (const Expr *E) |
Definition at line 113 of file CGOpenCLRuntime.cpp.
References E, and clang::Expr::IgnoreCasts().
Referenced by clang::CodeGen::CGOpenCLRuntime::emitOpenCLEnqueuedBlock(), and clang::CodeGen::CGOpenCLRuntime::getInvokeFunction().