HomeSort by relevance Sort by last modified time
    Searched refs:CGBlockInfo (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGBlocks.h 47 class CGBlockInfo;
127 /// CGBlockInfo - Information to generate a block literal.
128 class CGBlockInfo {
194 CGBlockInfo(const BlockExpr *blockExpr, const char *Name);
CGBlocks.cpp 28 CGBlockInfo::CGBlockInfo(const BlockExpr *blockExpr, const char *N)
42 const CGBlockInfo &blockInfo,
47 const CGBlockInfo &blockInfo) {
53 const CGBlockInfo &blockInfo) {
59 const CGBlockInfo &blockInfo) {
175 void setIndex(CGBlockInfo &info, unsigned index) {
180 = CGBlockInfo::Capture::makeIndex(index);
245 static void initializeForBlockHeader(CodeGenModule &CGM, CGBlockInfo &info,
279 static void computeBlockInfo(CodeGenModule &CGM, CGBlockInfo &info)
    [all...]
CGDebugInfo.h 41 class CGBlockInfo;
197 const CGBlockInfo &blockInfo);
207 void EmitDeclareOfBlockLiteralArgVariable(const CGBlockInfo &block,
CGObjCRuntime.h 58 class CGBlockInfo;
250 const CodeGen::CGBlockInfo &blockInfo) = 0;
CodeGenFunction.h 76 class CGBlockInfo;
599 const CodeGen::CGBlockInfo *BlockInfo;
    [all...]
CGDebugInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp 511 const CGBlockInfo &blockInfo) {
    [all...]

Completed in 544 milliseconds