Searched refs:AddEnumerationValueToEnumerationType (Results 1 – 7 of 7) sorted by relevance
99 type_system->AddEnumerationValueToEnumerationType( in GetRegisterType()
1027 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(1030 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(
8488 clang::EnumConstantDecl *TypeSystemClang::AddEnumerationValueToEnumerationType( in AddEnumerationValueToEnumerationType() function in TypeSystemClang8536 clang::EnumConstantDecl *TypeSystemClang::AddEnumerationValueToEnumerationType( in AddEnumerationValueToEnumerationType() function in TypeSystemClang8546 return AddEnumerationValueToEnumerationType(enum_type, decl, name, value); in AddEnumerationValueToEnumerationType()
303 m_ast_builder.clang().AddEnumerationValueToEnumerationType( in visitKnownMember()
468 m_ast->AddEnumerationValueToEnumerationType( in CreateEnum()
1190 auto enum_constant_decl = m_ast.AddEnumerationValueToEnumerationType( in AddEnumValue()
2329 m_ast.AddEnumerationValueToEnumerationType( in ParseChildEnumerators()