Lines Matching refs:IsDistinct

588   bool IsDistinct = EatIfPresent(lltok::kw_distinct);  in ParseStandaloneMetadata()  local
590 if (ParseSpecializedMDNode(Init, IsDistinct)) in ParseStandaloneMetadata()
593 ParseMDTuple(Init, IsDistinct)) in ParseStandaloneMetadata()
2963 bool LLParser::ParseMDTuple(MDNode *&MD, bool IsDistinct) { in ParseMDTuple() argument
2968 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in ParseMDTuple()
3339 bool LLParser::ParseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in ParseSpecializedMDNode() argument
3344 return Parse##CLASS(N, IsDistinct); in ParseSpecializedMDNode()
3370 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS)
3374 bool LLParser::ParseMDLocation(MDNode *&Result, bool IsDistinct) { in ParseMDLocation() argument
3390 bool LLParser::ParseGenericDebugNode(MDNode *&Result, bool IsDistinct) { in ParseGenericDebugNode() argument
3405 bool LLParser::ParseMDSubrange(MDNode *&Result, bool IsDistinct) { in ParseMDSubrange() argument
3418 bool LLParser::ParseMDEnumerator(MDNode *&Result, bool IsDistinct) { in ParseMDEnumerator() argument
3431 bool LLParser::ParseMDBasicType(MDNode *&Result, bool IsDistinct) { in ParseMDBasicType() argument
3450 bool LLParser::ParseMDDerivedType(MDNode *&Result, bool IsDistinct) { in ParseMDDerivedType() argument
3473 bool LLParser::ParseMDCompositeType(MDNode *&Result, bool IsDistinct) { in ParseMDCompositeType() argument
3501 bool LLParser::ParseMDSubroutineType(MDNode *&Result, bool IsDistinct) { in ParseMDSubroutineType() argument
3514 bool LLParser::ParseMDFile(MDNode *&Result, bool IsDistinct) { in ParseMDFile() argument
3531 bool LLParser::ParseMDCompileUnit(MDNode *&Result, bool IsDistinct) { in ParseMDCompileUnit() argument
3566 bool LLParser::ParseMDSubprogram(MDNode *&Result, bool IsDistinct) { in ParseMDSubprogram() argument
3600 bool LLParser::ParseMDLexicalBlock(MDNode *&Result, bool IsDistinct) { in ParseMDLexicalBlock() argument
3616 bool LLParser::ParseMDLexicalBlockFile(MDNode *&Result, bool IsDistinct) { in ParseMDLexicalBlockFile() argument
3631 bool LLParser::ParseMDNamespace(MDNode *&Result, bool IsDistinct) { in ParseMDNamespace() argument
3647 bool LLParser::ParseMDTemplateTypeParameter(MDNode *&Result, bool IsDistinct) { in ParseMDTemplateTypeParameter() argument
3662 bool LLParser::ParseMDTemplateValueParameter(MDNode *&Result, bool IsDistinct) { in ParseMDTemplateValueParameter() argument
3681 bool LLParser::ParseMDGlobalVariable(MDNode *&Result, bool IsDistinct) { in ParseMDGlobalVariable() argument
3706 bool LLParser::ParseMDLocalVariable(MDNode *&Result, bool IsDistinct) { in ParseMDLocalVariable() argument
3727 bool LLParser::ParseMDExpression(MDNode *&Result, bool IsDistinct) { in ParseMDExpression() argument
3766 bool LLParser::ParseMDObjCProperty(MDNode *&Result, bool IsDistinct) { in ParseMDObjCProperty() argument
3787 bool LLParser::ParseMDImportedEntity(MDNode *&Result, bool IsDistinct) { in ParseMDImportedEntity() argument