Lines Matching defs:IsDistinct

626   bool IsDistinct = EatIfPresent(lltok::kw_distinct);  in ParseStandaloneMetadata()  local
3140 bool LLParser::ParseMDTuple(MDNode *&MD, bool IsDistinct) { in ParseMDTuple()
3541 bool LLParser::ParseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in ParseSpecializedMDNode()
3576 bool LLParser::ParseDILocation(MDNode *&Result, bool IsDistinct) { in ParseDILocation()
3592 bool LLParser::ParseGenericDINode(MDNode *&Result, bool IsDistinct) { in ParseGenericDINode()
3607 bool LLParser::ParseDISubrange(MDNode *&Result, bool IsDistinct) { in ParseDISubrange()
3620 bool LLParser::ParseDIEnumerator(MDNode *&Result, bool IsDistinct) { in ParseDIEnumerator()
3633 bool LLParser::ParseDIBasicType(MDNode *&Result, bool IsDistinct) { in ParseDIBasicType()
3652 bool LLParser::ParseDIDerivedType(MDNode *&Result, bool IsDistinct) { in ParseDIDerivedType()
3675 bool LLParser::ParseDICompositeType(MDNode *&Result, bool IsDistinct) { in ParseDICompositeType()
3703 bool LLParser::ParseDISubroutineType(MDNode *&Result, bool IsDistinct) { in ParseDISubroutineType()
3716 bool LLParser::ParseDIFile(MDNode *&Result, bool IsDistinct) { in ParseDIFile()
3733 bool LLParser::ParseDICompileUnit(MDNode *&Result, bool IsDistinct) { in ParseDICompileUnit()
3772 bool LLParser::ParseDISubprogram(MDNode *&Result, bool IsDistinct) { in ParseDISubprogram()
3811 bool LLParser::ParseDILexicalBlock(MDNode *&Result, bool IsDistinct) { in ParseDILexicalBlock()
3827 bool LLParser::ParseDILexicalBlockFile(MDNode *&Result, bool IsDistinct) { in ParseDILexicalBlockFile()
3842 bool LLParser::ParseDINamespace(MDNode *&Result, bool IsDistinct) { in ParseDINamespace()
3858 bool LLParser::ParseDIMacro(MDNode *&Result, bool IsDistinct) { in ParseDIMacro()
3874 bool LLParser::ParseDIMacroFile(MDNode *&Result, bool IsDistinct) { in ParseDIMacroFile()
3892 bool LLParser::ParseDIModule(MDNode *&Result, bool IsDistinct) { in ParseDIModule()
3909 bool LLParser::ParseDITemplateTypeParameter(MDNode *&Result, bool IsDistinct) { in ParseDITemplateTypeParameter()
3924 bool LLParser::ParseDITemplateValueParameter(MDNode *&Result, bool IsDistinct) { in ParseDITemplateValueParameter()
3943 bool LLParser::ParseDIGlobalVariable(MDNode *&Result, bool IsDistinct) { in ParseDIGlobalVariable()
3970 bool LLParser::ParseDILocalVariable(MDNode *&Result, bool IsDistinct) { in ParseDILocalVariable()
3990 bool LLParser::ParseDIExpression(MDNode *&Result, bool IsDistinct) { in ParseDIExpression()
4029 bool LLParser::ParseDIObjCProperty(MDNode *&Result, bool IsDistinct) { in ParseDIObjCProperty()
4050 bool LLParser::ParseDIImportedEntity(MDNode *&Result, bool IsDistinct) { in ParseDIImportedEntity()