Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h103 clang::QualType CreateEnumType(PdbTypeSymId id,
H A DPdbAstBuilder.cpp923 return CreateEnumType(type.index, tag.asEnum()); in CreateType()
1091 clang::QualType PdbAstBuilder::CreateEnumType(PdbTypeSymId id, in CreateEnumType() function in PdbAstBuilder
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h182 llvm::DIType *CreateEnumType(const EnumType *Ty);
H A DCGDebugInfo.cpp2630 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { in CreateEnumType() function in CGDebugInfo
2909 return CreateEnumType(cast<EnumType>(Ty)); in CreateTypeNode()