OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockDecl
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
CGBlocks.cpp
30
CGBlockInfo::CGBlockInfo(const
BlockDecl
*block, StringRef name)
195
const
BlockDecl
::Capture *Capture; // null for 'this'
200
const
BlockDecl
::Capture *capture,
324
const
BlockDecl
*block = info.getBlockDecl();
562
static void enterBlockScope(CodeGenFunction &CGF,
BlockDecl
*block) {
636
/// kind of cleanup object is a
BlockDecl
*.
648
const
BlockDecl
*block) {
756
const
BlockDecl
*
blockDecl
= blockInfo.getBlockDecl();
759
if (
blockDecl
->capturesCXXThis())
[
all
...]
CGBlocks.h
230
const
BlockDecl
*Block;
264
const
BlockDecl
*getBlockDecl() const { return Block; }
271
CGBlockInfo(const
BlockDecl
*
blockDecl
, StringRef Name);
CGDebugInfo.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
Completed in 3035 milliseconds