Lines Matching defs:IsDistinct
660 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata() local
3304 bool LLParser::ParseMDTuple(MDNode *&MD, bool IsDistinct) { in ParseMDTuple()
3747 bool LLParser::ParseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in ParseSpecializedMDNode()
3782 bool LLParser::ParseDILocation(MDNode *&Result, bool IsDistinct) { in ParseDILocation()
3798 bool LLParser::ParseGenericDINode(MDNode *&Result, bool IsDistinct) { in ParseGenericDINode()
3813 bool LLParser::ParseDISubrange(MDNode *&Result, bool IsDistinct) { in ParseDISubrange()
3826 bool LLParser::ParseDIEnumerator(MDNode *&Result, bool IsDistinct) { in ParseDIEnumerator()
3839 bool LLParser::ParseDIBasicType(MDNode *&Result, bool IsDistinct) { in ParseDIBasicType()
3858 bool LLParser::ParseDIDerivedType(MDNode *&Result, bool IsDistinct) { in ParseDIDerivedType()
3881 bool LLParser::ParseDICompositeType(MDNode *&Result, bool IsDistinct) { in ParseDICompositeType()
3922 bool LLParser::ParseDISubroutineType(MDNode *&Result, bool IsDistinct) { in ParseDISubroutineType()
3937 bool LLParser::ParseDIFile(MDNode *&Result, bool IsDistinct) { in ParseDIFile()
3954 bool LLParser::ParseDICompileUnit(MDNode *&Result, bool IsDistinct) { in ParseDICompileUnit()
3991 bool LLParser::ParseDISubprogram(MDNode *&Result, bool IsDistinct) { in ParseDISubprogram()
4033 bool LLParser::ParseDILexicalBlock(MDNode *&Result, bool IsDistinct) { in ParseDILexicalBlock()
4049 bool LLParser::ParseDILexicalBlockFile(MDNode *&Result, bool IsDistinct) { in ParseDILexicalBlockFile()
4064 bool LLParser::ParseDINamespace(MDNode *&Result, bool IsDistinct) { in ParseDINamespace()
4080 bool LLParser::ParseDIMacro(MDNode *&Result, bool IsDistinct) { in ParseDIMacro()
4096 bool LLParser::ParseDIMacroFile(MDNode *&Result, bool IsDistinct) { in ParseDIMacroFile()
4114 bool LLParser::ParseDIModule(MDNode *&Result, bool IsDistinct) { in ParseDIModule()
4131 bool LLParser::ParseDITemplateTypeParameter(MDNode *&Result, bool IsDistinct) { in ParseDITemplateTypeParameter()
4146 bool LLParser::ParseDITemplateValueParameter(MDNode *&Result, bool IsDistinct) { in ParseDITemplateValueParameter()
4165 bool LLParser::ParseDIGlobalVariable(MDNode *&Result, bool IsDistinct) { in ParseDIGlobalVariable()
4192 bool LLParser::ParseDILocalVariable(MDNode *&Result, bool IsDistinct) { in ParseDILocalVariable()
4212 bool LLParser::ParseDIExpression(MDNode *&Result, bool IsDistinct) { in ParseDIExpression()
4251 bool LLParser::ParseDIObjCProperty(MDNode *&Result, bool IsDistinct) { in ParseDIObjCProperty()
4272 bool LLParser::ParseDIImportedEntity(MDNode *&Result, bool IsDistinct) { in ParseDIImportedEntity()