Lines Matching refs:GET_OR_DISTINCT
3777 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro
3791 Result = GET_OR_DISTINCT( in ParseDILocation()
3806 Result = GET_OR_DISTINCT(GenericDINode, in ParseGenericDINode()
3820 Result = GET_OR_DISTINCT(DISubrange, (Context, count.Val, lowerBound.Val)); in ParseDISubrange()
3833 Result = GET_OR_DISTINCT(DIEnumerator, (Context, value.Val, name.Val)); in ParseDIEnumerator()
3849 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in ParseDIBasicType()
3874 Result = GET_OR_DISTINCT(DIDerivedType, in ParseDIDerivedType()
3914 Result = GET_OR_DISTINCT( in ParseDICompositeType()
3930 Result = GET_OR_DISTINCT(DISubroutineType, in ParseDISubroutineType()
3944 Result = GET_OR_DISTINCT(DIFile, (Context, filename.Val, directory.Val)); in ParseDIFile()
4021 Result = GET_OR_DISTINCT( in ParseDISubprogram()
4042 Result = GET_OR_DISTINCT( in ParseDILexicalBlock()
4057 Result = GET_OR_DISTINCT(DILexicalBlockFile, in ParseDILexicalBlockFile()
4073 Result = GET_OR_DISTINCT(DINamespace, in ParseDINamespace()
4089 Result = GET_OR_DISTINCT(DIMacro, in ParseDIMacro()
4105 Result = GET_OR_DISTINCT(DIMacroFile, in ParseDIMacroFile()
4124 Result = GET_OR_DISTINCT(DIModule, (Context, scope.Val, name.Val, in ParseDIModule()
4139 GET_OR_DISTINCT(DITemplateTypeParameter, (Context, name.Val, type.Val)); in ParseDITemplateTypeParameter()
4155 Result = GET_OR_DISTINCT(DITemplateValueParameter, in ParseDITemplateValueParameter()
4180 Result = GET_OR_DISTINCT(DIGlobalVariable, in ParseDIGlobalVariable()
4204 Result = GET_OR_DISTINCT(DILocalVariable, in ParseDILocalVariable()
4244 Result = GET_OR_DISTINCT(DIExpression, (Context, Elements)); in ParseDIExpression()
4263 Result = GET_OR_DISTINCT(DIObjCProperty, in ParseDIObjCProperty()
4282 Result = GET_OR_DISTINCT(DIImportedEntity, (Context, tag.Val, scope.Val, in ParseDIImportedEntity()