Lines Matching defs:IsDistinct
932 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata() local
4252 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple()
4875 bool LLParser::parseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in parseSpecializedMDNode()
4914 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) { in parseDILocation()
4932 bool LLParser::parseDIAssignID(MDNode *&Result, bool IsDistinct) { in parseDIAssignID()
4950 bool LLParser::parseGenericDINode(MDNode *&Result, bool IsDistinct) { in parseGenericDINode()
4967 bool LLParser::parseDISubrange(MDNode *&Result, bool IsDistinct) { in parseDISubrange()
5004 bool LLParser::parseDIGenericSubrange(MDNode *&Result, bool IsDistinct) { in parseDIGenericSubrange()
5036 bool LLParser::parseDIEnumerator(MDNode *&Result, bool IsDistinct) { in parseDIEnumerator()
5062 bool LLParser::parseDIBasicType(MDNode *&Result, bool IsDistinct) { in parseDIBasicType()
5080 bool LLParser::parseDIStringType(MDNode *&Result, bool IsDistinct) { in parseDIStringType()
5105 bool LLParser::parseDIDerivedType(MDNode *&Result, bool IsDistinct) { in parseDIDerivedType()
5135 bool LLParser::parseDICompositeType(MDNode *&Result, bool IsDistinct) { in parseDICompositeType()
5192 bool LLParser::parseDISubroutineType(MDNode *&Result, bool IsDistinct) { in parseDISubroutineType()
5210 bool LLParser::parseDIFile(MDNode *&Result, bool IsDistinct) { in parseDIFile()
5244 bool LLParser::parseDICompileUnit(MDNode *&Result, bool IsDistinct) { in parseDICompileUnit()
5290 bool LLParser::parseDISubprogram(MDNode *&Result, bool IsDistinct) { in parseDISubprogram()
5341 bool LLParser::parseDILexicalBlock(MDNode *&Result, bool IsDistinct) { in parseDILexicalBlock()
5357 bool LLParser::parseDILexicalBlockFile(MDNode *&Result, bool IsDistinct) { in parseDILexicalBlockFile()
5372 bool LLParser::parseDICommonBlock(MDNode *&Result, bool IsDistinct) { in parseDICommonBlock()
5390 bool LLParser::parseDINamespace(MDNode *&Result, bool IsDistinct) { in parseDINamespace()
5406 bool LLParser::parseDIMacro(MDNode *&Result, bool IsDistinct) { in parseDIMacro()
5422 bool LLParser::parseDIMacroFile(MDNode *&Result, bool IsDistinct) { in parseDIMacroFile()
5440 bool LLParser::parseDIModule(MDNode *&Result, bool IsDistinct) { in parseDIModule()
5461 bool LLParser::parseDITemplateTypeParameter(MDNode *&Result, bool IsDistinct) { in parseDITemplateTypeParameter()
5478 bool LLParser::parseDITemplateValueParameter(MDNode *&Result, bool IsDistinct) { in parseDITemplateValueParameter()
5500 bool LLParser::parseDIGlobalVariable(MDNode *&Result, bool IsDistinct) { in parseDIGlobalVariable()
5533 bool LLParser::parseDILocalVariable(MDNode *&Result, bool IsDistinct) { in parseDILocalVariable()
5556 bool LLParser::parseDILabel(MDNode *&Result, bool IsDistinct) { in parseDILabel()
5572 bool LLParser::parseDIExpression(MDNode *&Result, bool IsDistinct) { in parseDIExpression()
5647 bool IsDistinct) { in parseDIGlobalVariableExpression()
5662 bool LLParser::parseDIObjCProperty(MDNode *&Result, bool IsDistinct) { in parseDIObjCProperty()
5683 bool LLParser::parseDIImportedEntity(MDNode *&Result, bool IsDistinct) { in parseDIImportedEntity()