Searched refs:CreateSelfType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 174 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
|
D | CGDebugInfo.cpp | 2833 Elts.push_back(CreateSelfType(SelfDeclTy, getOrCreateType(SelfDeclTy, F))); in getOrCreateFunctionType() 3254 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType() function in CGDebugInfo 3286 Ty = CreateSelfType(VD->getType(), Ty); in EmitDeclareOfBlockDeclRefVariable()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 211 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
|
D | CGDebugInfo.cpp | 3762 CreateSelfType(SelfDeclTy, getOrCreateType(SelfDeclTy, F))); in getOrCreateFunctionType() 4331 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType() function in CGDebugInfo 4364 Ty = CreateSelfType(VD->getType(), Ty); in EmitDeclareOfBlockDeclRefVariable()
|