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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1445 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<EnumType>());
1480 llvm::DIType Res = CreateTypeDefinition(Ty->castAs<RecordType>());
1539 return CreateTypeDefinition(Ty);
1542 llvm::DIType CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { function in class:CGDebugInfo
1654 return CreateTypeDefinition(Ty, Unit);
1657 llvm::DIType CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, llvm::DIFile Unit) { function in class:CGDebugInfo
1938 return CreateTypeDefinition(Ty);
1941 llvm::DIType CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { function in class:CGDebugInfo
3304 ? CreateTypeDefinition(E.Type, E.Unit)

Completed in 95 milliseconds