Lines Matching refs:GET_OR_DISTINCT
4608 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro
4625 GET_OR_DISTINCT(DILocation, (Context, line.Val, column.Val, scope.Val, in parseDILocation()
4640 Result = GET_OR_DISTINCT(GenericDINode, in parseGenericDINode()
4681 Result = GET_OR_DISTINCT(DISubrange, in parseDISubrange()
4714 Result = GET_OR_DISTINCT(DIGenericSubrange, in parseDIGenericSubrange()
4740 GET_OR_DISTINCT(DIEnumerator, (Context, Value, isUnsigned.Val, name.Val)); in parseDIEnumerator()
4759 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in parseDIBasicType()
4778 Result = GET_OR_DISTINCT(DIStringType, in parseDIStringType()
4811 Result = GET_OR_DISTINCT(DIDerivedType, in parseDIDerivedType()
4865 Result = GET_OR_DISTINCT( in parseDICompositeType()
4883 Result = GET_OR_DISTINCT(DISubroutineType, in parseDISubroutineType()
4915 Result = GET_OR_DISTINCT(DIFile, (Context, filename.Val, directory.Val, in parseDIFile()
5009 Result = GET_OR_DISTINCT( in parseDISubprogram()
5029 Result = GET_OR_DISTINCT( in parseDILexicalBlock()
5044 Result = GET_OR_DISTINCT(DILexicalBlockFile, in parseDILexicalBlockFile()
5061 Result = GET_OR_DISTINCT(DICommonBlock, in parseDICommonBlock()
5077 Result = GET_OR_DISTINCT(DINamespace, in parseDINamespace()
5094 Result = GET_OR_DISTINCT(DIMacro, in parseDIMacro()
5110 Result = GET_OR_DISTINCT(DIMacroFile, in parseDIMacroFile()
5131 Result = GET_OR_DISTINCT(DIModule, (Context, file.Val, scope.Val, name.Val, in parseDIModule()
5147 Result = GET_OR_DISTINCT(DITemplateTypeParameter, in parseDITemplateTypeParameter()
5167 Result = GET_OR_DISTINCT( in parseDITemplateValueParameter()
5195 GET_OR_DISTINCT(DIGlobalVariable, in parseDIGlobalVariable()
5222 Result = GET_OR_DISTINCT(DILocalVariable, in parseDILocalVariable()
5239 Result = GET_OR_DISTINCT(DILabel, in parseDILabel()
5288 Result = GET_OR_DISTINCT(DIExpression, (Context, Elements)); in parseDIExpression()
5303 GET_OR_DISTINCT(DIGlobalVariableExpression, (Context, var.Val, expr.Val)); in parseDIGlobalVariableExpression()
5322 Result = GET_OR_DISTINCT(DIObjCProperty, in parseDIObjCProperty()
5342 Result = GET_OR_DISTINCT( in parseDIImportedEntity()