Home
last modified time | relevance | path

Searched refs:CreateEnumerationType (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTContext.h369 CompilerType CreateEnumerationType(const char *name,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp499 ast_enum = m_ast.CreateEnumerationType(name.c_str(), decl_context, decl, in CreateLLDBTypeFromPDBType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp1104 CompilerType enum_ct = m_clang.CreateEnumerationType( in CreateEnumType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp790 clang_type = m_ast.CreateEnumerationType( in ParseEnum()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp2031 ClangASTContext::CreateEnumerationType(const char *name, DeclContext *decl_ctx, in CreateEnumerationType() function in ClangASTContext