Searched refs:AddEnumerationValueToEnumerationType (Results 1 – 5 of 5) sorted by relevance
934 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(937 clang::EnumConstantDecl *AddEnumerationValueToEnumerationType(
8449 clang::EnumConstantDecl *TypeSystemClang::AddEnumerationValueToEnumerationType( in AddEnumerationValueToEnumerationType() function in TypeSystemClang8496 clang::EnumConstantDecl *TypeSystemClang::AddEnumerationValueToEnumerationType( in AddEnumerationValueToEnumerationType() function in TypeSystemClang8506 return AddEnumerationValueToEnumerationType(enum_type, decl, name, value); in AddEnumerationValueToEnumerationType()
300 m_ast_builder.clang().AddEnumerationValueToEnumerationType( in visitKnownMember()
1192 auto enum_constant_decl = m_ast.AddEnumerationValueToEnumerationType( in AddEnumValue()
2340 m_ast.AddEnumerationValueToEnumerationType( in ParseChildEnumerators()