Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h427 CompilerType CreateEnumerationType(const char *name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp502 ast_enum = m_ast.CreateEnumerationType(name.c_str(), decl_context, decl, in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1099 CompilerType enum_ct = m_clang.CreateEnumerationType( in CreateEnumType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1097 clang_type = m_ast.CreateEnumerationType( in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2316 ClangASTContext::CreateEnumerationType(const char *name, DeclContext *decl_ctx, in CreateEnumerationType() function in ClangASTContext