Searched refs:AddEnumerationValueToEnumerationType (Results 1 – 7 of 7) sorted by relevance
99 type_system->AddEnumerationValueToEnumerationType( in GetRegisterType()
303 m_ast_builder.clang().AddEnumerationValueToEnumerationType( in visitKnownMember()
1051 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(1054 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(
8406 clang::EnumConstantDecl *TypeSystemClang::AddEnumerationValueToEnumerationType( in AddEnumerationValueToEnumerationType() function in TypeSystemClang8454 clang::EnumConstantDecl *TypeSystemClang::AddEnumerationValueToEnumerationType( in AddEnumerationValueToEnumerationType() function in TypeSystemClang8462 return AddEnumerationValueToEnumerationType(enum_type, decl, name, value); in AddEnumerationValueToEnumerationType()
466 m_ast->AddEnumerationValueToEnumerationType( in CreateEnum()
1189 auto enum_constant_decl = m_ast.AddEnumerationValueToEnumerationType( in AddEnumValue()
2417 m_ast.AddEnumerationValueToEnumerationType( in ParseChildEnumerators()