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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h310 // EmitTypeForVarWithBlocksAttr - Build up structure info for the byref.
312 llvm::DIType EmitTypeForVarWithBlocksAttr(const VarDecl *VD,
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 64 milliseconds