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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h137 llvm::DIType CreateEnumType(const EnumType *Ty);
H A DCGDebugInfo.cpp1911 /// CreateEnumType - get enumeration type.
1912 llvm::DIType CGDebugInfo::CreateEnumType(const EnumType *Ty) { function in class:CGDebugInfo
2152 return CreateEnumType(cast<EnumType>(Ty));

Completed in 682 milliseconds