Searched refs:CreateEnumerationType (Results 1 – 5 of 5) sorted by relevance
429 CompilerType CreateEnumerationType(const char *name,
2304 CompilerType TypeSystemClang::CreateEnumerationType( in CreateEnumerationType() function in TypeSystemClang
500 ast_enum = m_ast.CreateEnumerationType(name.c_str(), decl_context, in CreateLLDBTypeFromPDBType()
1107 CompilerType enum_ct = m_clang.CreateEnumerationType( in CreateEnumType()
845 clang_type = m_ast.CreateEnumerationType( in ParseEnum()