Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp174 m_ast_builder.clang().AddEnumerationValueToEnumerationType( in visitKnownMember()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h907 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(
910 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1151 auto enum_constant_decl = m_ast.AddEnumerationValueToEnumerationType( in AddEnumValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8956 clang::EnumConstantDecl *ClangASTContext::AddEnumerationValueToEnumerationType( in AddEnumerationValueToEnumerationType() function in ClangASTContext
9001 clang::EnumConstantDecl *ClangASTContext::AddEnumerationValueToEnumerationType( in AddEnumerationValueToEnumerationType() function in ClangASTContext
9012 return AddEnumerationValueToEnumerationType(enum_type, decl, name, value); in AddEnumerationValueToEnumerationType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2506 m_ast.AddEnumerationValueToEnumerationType( in ParseChildEnumerators()