Lines Matching defs:IsDistinct
804 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata() local
3932 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple()
4575 bool LLParser::parseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in parseSpecializedMDNode()
4614 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) { in parseDILocation()
4632 bool LLParser::parseGenericDINode(MDNode *&Result, bool IsDistinct) { in parseGenericDINode()
4649 bool LLParser::parseDISubrange(MDNode *&Result, bool IsDistinct) { in parseDISubrange()
4690 bool LLParser::parseDIGenericSubrange(MDNode *&Result, bool IsDistinct) { in parseDIGenericSubrange()
4722 bool LLParser::parseDIEnumerator(MDNode *&Result, bool IsDistinct) { in parseDIEnumerator()
4748 bool LLParser::parseDIBasicType(MDNode *&Result, bool IsDistinct) { in parseDIBasicType()
4766 bool LLParser::parseDIStringType(MDNode *&Result, bool IsDistinct) { in parseDIStringType()
4790 bool LLParser::parseDIDerivedType(MDNode *&Result, bool IsDistinct) { in parseDIDerivedType()
4819 bool LLParser::parseDICompositeType(MDNode *&Result, bool IsDistinct) { in parseDICompositeType()
4875 bool LLParser::parseDISubroutineType(MDNode *&Result, bool IsDistinct) { in parseDISubroutineType()
4893 bool LLParser::parseDIFile(MDNode *&Result, bool IsDistinct) { in parseDIFile()
4927 bool LLParser::parseDICompileUnit(MDNode *&Result, bool IsDistinct) { in parseDICompileUnit()
4972 bool LLParser::parseDISubprogram(MDNode *&Result, bool IsDistinct) { in parseDISubprogram()
5020 bool LLParser::parseDILexicalBlock(MDNode *&Result, bool IsDistinct) { in parseDILexicalBlock()
5036 bool LLParser::parseDILexicalBlockFile(MDNode *&Result, bool IsDistinct) { in parseDILexicalBlockFile()
5051 bool LLParser::parseDICommonBlock(MDNode *&Result, bool IsDistinct) { in parseDICommonBlock()
5069 bool LLParser::parseDINamespace(MDNode *&Result, bool IsDistinct) { in parseDINamespace()
5085 bool LLParser::parseDIMacro(MDNode *&Result, bool IsDistinct) { in parseDIMacro()
5101 bool LLParser::parseDIMacroFile(MDNode *&Result, bool IsDistinct) { in parseDIMacroFile()
5119 bool LLParser::parseDIModule(MDNode *&Result, bool IsDistinct) { in parseDIModule()
5139 bool LLParser::parseDITemplateTypeParameter(MDNode *&Result, bool IsDistinct) { in parseDITemplateTypeParameter()
5156 bool LLParser::parseDITemplateValueParameter(MDNode *&Result, bool IsDistinct) { in parseDITemplateValueParameter()
5178 bool LLParser::parseDIGlobalVariable(MDNode *&Result, bool IsDistinct) { in parseDIGlobalVariable()
5209 bool LLParser::parseDILocalVariable(MDNode *&Result, bool IsDistinct) { in parseDILocalVariable()
5230 bool LLParser::parseDILabel(MDNode *&Result, bool IsDistinct) { in parseDILabel()
5246 bool LLParser::parseDIExpression(MDNode *&Result, bool IsDistinct) { in parseDIExpression()
5295 bool IsDistinct) { in parseDIGlobalVariableExpression()
5310 bool LLParser::parseDIObjCProperty(MDNode *&Result, bool IsDistinct) { in parseDIObjCProperty()
5331 bool LLParser::parseDIImportedEntity(MDNode *&Result, bool IsDistinct) { in parseDIImportedEntity()