Lines Matching defs:IsDistinct

815   bool IsDistinct = EatIfPresent(lltok::kw_distinct);  in parseStandaloneMetadata()  local
3840 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple()
4463 bool LLParser::parseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in parseSpecializedMDNode()
4502 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) { in parseDILocation()
4520 bool LLParser::parseGenericDINode(MDNode *&Result, bool IsDistinct) { in parseGenericDINode()
4537 bool LLParser::parseDISubrange(MDNode *&Result, bool IsDistinct) { in parseDISubrange()
4574 bool LLParser::parseDIGenericSubrange(MDNode *&Result, bool IsDistinct) { in parseDIGenericSubrange()
4606 bool LLParser::parseDIEnumerator(MDNode *&Result, bool IsDistinct) { in parseDIEnumerator()
4632 bool LLParser::parseDIBasicType(MDNode *&Result, bool IsDistinct) { in parseDIBasicType()
4650 bool LLParser::parseDIStringType(MDNode *&Result, bool IsDistinct) { in parseDIStringType()
4675 bool LLParser::parseDIDerivedType(MDNode *&Result, bool IsDistinct) { in parseDIDerivedType()
4705 bool LLParser::parseDICompositeType(MDNode *&Result, bool IsDistinct) { in parseDICompositeType()
4762 bool LLParser::parseDISubroutineType(MDNode *&Result, bool IsDistinct) { in parseDISubroutineType()
4780 bool LLParser::parseDIFile(MDNode *&Result, bool IsDistinct) { in parseDIFile()
4814 bool LLParser::parseDICompileUnit(MDNode *&Result, bool IsDistinct) { in parseDICompileUnit()
4860 bool LLParser::parseDISubprogram(MDNode *&Result, bool IsDistinct) { in parseDISubprogram()
4911 bool LLParser::parseDILexicalBlock(MDNode *&Result, bool IsDistinct) { in parseDILexicalBlock()
4927 bool LLParser::parseDILexicalBlockFile(MDNode *&Result, bool IsDistinct) { in parseDILexicalBlockFile()
4942 bool LLParser::parseDICommonBlock(MDNode *&Result, bool IsDistinct) { in parseDICommonBlock()
4960 bool LLParser::parseDINamespace(MDNode *&Result, bool IsDistinct) { in parseDINamespace()
4976 bool LLParser::parseDIMacro(MDNode *&Result, bool IsDistinct) { in parseDIMacro()
4992 bool LLParser::parseDIMacroFile(MDNode *&Result, bool IsDistinct) { in parseDIMacroFile()
5010 bool LLParser::parseDIModule(MDNode *&Result, bool IsDistinct) { in parseDIModule()
5031 bool LLParser::parseDITemplateTypeParameter(MDNode *&Result, bool IsDistinct) { in parseDITemplateTypeParameter()
5048 bool LLParser::parseDITemplateValueParameter(MDNode *&Result, bool IsDistinct) { in parseDITemplateValueParameter()
5070 bool LLParser::parseDIGlobalVariable(MDNode *&Result, bool IsDistinct) { in parseDIGlobalVariable()
5103 bool LLParser::parseDILocalVariable(MDNode *&Result, bool IsDistinct) { in parseDILocalVariable()
5126 bool LLParser::parseDILabel(MDNode *&Result, bool IsDistinct) { in parseDILabel()
5142 bool LLParser::parseDIExpression(MDNode *&Result, bool IsDistinct) { in parseDIExpression()
5188 bool LLParser::parseDIArgList(MDNode *&Result, bool IsDistinct) { in parseDIArgList()
5193 bool LLParser::parseDIArgList(MDNode *&Result, bool IsDistinct, in parseDIArgList()
5221 bool IsDistinct) { in parseDIGlobalVariableExpression()
5236 bool LLParser::parseDIObjCProperty(MDNode *&Result, bool IsDistinct) { in parseDIObjCProperty()
5257 bool LLParser::parseDIImportedEntity(MDNode *&Result, bool IsDistinct) { in parseDIImportedEntity()