HomeSort by relevance Sort by last modified time
    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();
556 static void enterBlockScope(CodeGenFunction &CGF, BlockDecl *block) {
630 /// kind of cleanup object is a BlockDecl*.
642 const BlockDecl *block) {
730 const BlockDecl *blockDecl = blockInfo.getBlockDecl();
733 if (blockDecl->capturesCXXThis())
    [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 197 milliseconds