Searched refs:AddEnumerationValueToEnumerationType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp209 m_ast_builder.clang().AddEnumerationValueToEnumerationType(
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h822 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(
825 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1156 auto enum_constant_decl = m_ast.AddEnumerationValueToEnumerationType(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7838 clang::EnumConstantDecl *ClangASTContext::AddEnumerationValueToEnumerationType( function in class:ClangASTContext
7883 clang::EnumConstantDecl *ClangASTContext::AddEnumerationValueToEnumerationType( function in class:ClangASTContext
7894 return AddEnumerationValueToEnumerationType(enum_type, decl, name, value);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2262 m_ast.AddEnumerationValueToEnumerationType(

Completed in 237 milliseconds