|
clang 22.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 clang::cast(), clang::Expr::IgnoreCasts(), and clang::isa().
Referenced by clang::CodeGen::CGOpenCLRuntime::emitOpenCLEnqueuedBlock(), and clang::CodeGen::CGOpenCLRuntime::getInvokeFunction().