Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h212 llvm::DIType *CreateEnumType(const EnumType *Ty);
H A DCGDebugInfo.cpp3046 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { in CreateEnumType() function in CGDebugInfo
3332 return CreateEnumType(cast<EnumType>(Ty)); in CreateTypeNode()