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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h166 llvm::DIType *CreateEnumType(const EnumType *Ty);
H A DCGDebugInfo.cpp2182 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { function in class:CGDebugInfo
2435 return CreateEnumType(cast<EnumType>(Ty));

Completed in 37 milliseconds