Searched refs:CreateEnumerationType (Results 1 – 5 of 5) sorted by relevance
427 CompilerType CreateEnumerationType(const char *name,
502 ast_enum = m_ast.CreateEnumerationType(name.c_str(), decl_context, decl, in CreateLLDBTypeFromPDBType()
1099 CompilerType enum_ct = m_clang.CreateEnumerationType( in CreateEnumType()
1097 clang_type = m_ast.CreateEnumerationType( in ParseTypeFromDWARF()
2316 ClangASTContext::CreateEnumerationType(const char *name, DeclContext *decl_ctx, in CreateEnumerationType() function in ClangASTContext