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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2632 // EmitTypeForVarWithBlocksAttr - Build up structure info for the byref.
2634 llvm::DIType CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, function in class:CGDebugInfo
2726 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset);
2867 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset);
3036 fieldType = EmitTypeForVarWithBlocksAttr(variable, &xoffset);

Completed in 86 milliseconds