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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h139 llvm::DIType CreateSelfType(const QualType &QualTy, llvm::DIType Ty);
H A DCGDebugInfo.cpp2415 Elts.push_back(CreateSelfType(SelfDeclTy, SelfTy));
2844 llvm::DIType CGDebugInfo::CreateSelfType(const QualType &QualTy, function in class:CGDebugInfo
2874 Ty = CreateSelfType(VD->getType(), Ty);

Completed in 251 milliseconds