Searched defs:CGBlockInfo (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.h47 class CGBlockInfo;
143 /// CGBlockInfo - Information to generate a block literal.
144 class CGBlockInfo { class in namespace:clang::CodeGen
231 CGBlockInfo *NextBlockInfo;
234 return const_cast<CGBlockInfo*>(this)->getCapture(var);
250 CGBlockInfo(const BlockDecl *blockDecl, StringRef Name);
H A DCGBlocks.cpp30 CGBlockInfo::CGBlockInfo(const BlockDecl *block, StringRef name) function in class:CGBlockInfo
47 const CGBlockInfo &blockInfo,
52 const CGBlockInfo &blockInfo) {
58 const CGBlockInfo &blockInfo) {
77 const CGBlockInfo &blockInfo) {
200 void setIndex(CGBlockInfo &info, unsigned index) {
205 = CGBlockInfo::Capture::makeIndex(index);
297 static void initializeForBlockHeader(CodeGenModule &CGM, CGBlockInfo &info,
332 CGBlockInfo
[all...]

Completed in 96 milliseconds