Home
last modified time | relevance | path

Searched refs:EmitTypeForVarWithBlocksAttr (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.h393 llvm::DIType *EmitTypeForVarWithBlocksAttr(const VarDecl *VD,
DCGDebugInfo.cpp3047 llvm::DIType *CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, in EmitTypeForVarWithBlocksAttr() function in CGDebugInfo
3136 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset); in EmitDeclare()
3279 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset); in EmitDeclareOfBlockDeclRefVariable()
3454 fieldType = EmitTypeForVarWithBlocksAttr(variable, &xoffset); in EmitDeclareOfBlockLiteralArgVariable()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h555 BlockByRefType EmitTypeForVarWithBlocksAttr(const VarDecl *VD,
DCGDebugInfo.cpp4092 CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, in EmitTypeForVarWithBlocksAttr() function in CGDebugInfo
4181 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()
4356 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
4552 EmitTypeForVarWithBlocksAttr(variable, &xoffset).BlockByRefWrapper; in EmitDeclareOfBlockLiteralArgVariable()