Lines Matching refs:GET_OR_DISTINCT

3369 #define GET_OR_DISTINCT(CLASS, ARGS)                                           \  macro
3383 Result = GET_OR_DISTINCT( in ParseMDLocation()
3398 Result = GET_OR_DISTINCT(GenericDebugNode, in ParseGenericDebugNode()
3412 Result = GET_OR_DISTINCT(MDSubrange, (Context, count.Val, lowerBound.Val)); in ParseMDSubrange()
3425 Result = GET_OR_DISTINCT(MDEnumerator, (Context, value.Val, name.Val)); in ParseMDEnumerator()
3441 Result = GET_OR_DISTINCT(MDBasicType, (Context, tag.Val, name.Val, size.Val, in ParseMDBasicType()
3466 Result = GET_OR_DISTINCT(MDDerivedType, in ParseMDDerivedType()
3493 Result = GET_OR_DISTINCT( in ParseMDCompositeType()
3508 Result = GET_OR_DISTINCT(MDSubroutineType, (Context, flags.Val, types.Val)); in ParseMDSubroutineType()
3521 Result = GET_OR_DISTINCT(MDFile, (Context, filename.Val, directory.Val)); in ParseMDFile()
3549 Result = GET_OR_DISTINCT(MDCompileUnit, in ParseMDCompileUnit()
3589 Result = GET_OR_DISTINCT( in ParseMDSubprogram()
3609 Result = GET_OR_DISTINCT( in ParseMDLexicalBlock()
3624 Result = GET_OR_DISTINCT(MDLexicalBlockFile, in ParseMDLexicalBlockFile()
3640 Result = GET_OR_DISTINCT(MDNamespace, in ParseMDNamespace()
3655 GET_OR_DISTINCT(MDTemplateTypeParameter, (Context, name.Val, type.Val)); in ParseMDTemplateTypeParameter()
3671 Result = GET_OR_DISTINCT(MDTemplateValueParameter, in ParseMDTemplateValueParameter()
3696 Result = GET_OR_DISTINCT(MDGlobalVariable, in ParseMDGlobalVariable()
3719 Result = GET_OR_DISTINCT(MDLocalVariable, in ParseMDLocalVariable()
3759 Result = GET_OR_DISTINCT(MDExpression, (Context, Elements)); in ParseMDExpression()
3778 Result = GET_OR_DISTINCT(MDObjCProperty, in ParseMDObjCProperty()
3797 Result = GET_OR_DISTINCT(MDImportedEntity, (Context, tag.Val, scope.Val, in ParseMDImportedEntity()