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)
189
const
BlockDecl
::Capture *Capture; // null for 'this'
194
const
BlockDecl
::Capture *capture,
334
const
BlockDecl
*block = info.getBlockDecl();
373
for (
BlockDecl
::capture_const_iterator ci = block->capture_begin(),
558
static void enterBlockScope(CodeGenFunction &CGF,
BlockDecl
*block) {
584
for (
BlockDecl
::capture_const_iterator ci = block->capture_begin(),
633
/// kind of cleanup object is a
BlockDecl
*.
645
const
BlockDecl
*block) {
733
const
BlockDecl
*blockDecl = blockInfo.getBlockDecl()
[
all
...]
CGBlocks.h
210
const
BlockDecl
*Block;
243
const
BlockDecl
*getBlockDecl() const { return Block; }
250
CGBlockInfo(const
BlockDecl
*
blockDecl
, StringRef Name);
CGDebugInfo.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
Completed in 702 milliseconds