Lines Matching defs:IsDistinct

135   bool Status = parseDIExpressionBody(Result, /*IsDistinct=*/false);
979 if (parseDIExpression(N, /*IsDistinct=*/false))
1011 bool IsDistinct = EatIfPresent(lltok::kw_distinct);
1013 if (parseSpecializedMDNode(Init, IsDistinct))
1016 parseMDTuple(Init, IsDistinct))
4508 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) {
4513 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts);
5131 bool LLParser::parseSpecializedMDNode(MDNode *&N, bool IsDistinct) {
5136 return parse##CLASS(N, IsDistinct);
5165 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS)
5170 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) {
5188 bool LLParser::parseDIAssignID(MDNode *&Result, bool IsDistinct) {
5189 if (!IsDistinct)
5206 bool LLParser::parseGenericDINode(MDNode *&Result, bool IsDistinct) {
5223 bool LLParser::parseDISubrange(MDNode *&Result, bool IsDistinct) {
5260 bool LLParser::parseDIGenericSubrange(MDNode *&Result, bool IsDistinct) {
5292 bool LLParser::parseDIEnumerator(MDNode *&Result, bool IsDistinct) {
5318 bool LLParser::parseDIBasicType(MDNode *&Result, bool IsDistinct) {
5336 bool LLParser::parseDIStringType(MDNode *&Result, bool IsDistinct) {
5365 bool LLParser::parseDIDerivedType(MDNode *&Result, bool IsDistinct) {
5406 bool LLParser::parseDICompositeType(MDNode *&Result, bool IsDistinct) {
5463 bool LLParser::parseDISubroutineType(MDNode *&Result, bool IsDistinct) {
5481 bool LLParser::parseDIFile(MDNode *&Result, bool IsDistinct) {
5515 bool LLParser::parseDICompileUnit(MDNode *&Result, bool IsDistinct) {
5516 if (!IsDistinct)
5561 bool LLParser::parseDISubprogram(MDNode *&Result, bool IsDistinct) {
5596 if ((SPFlags & DISubprogram::SPFlagDefinition) && !IsDistinct)
5612 bool LLParser::parseDILexicalBlock(MDNode *&Result, bool IsDistinct) {
5628 bool LLParser::parseDILexicalBlockFile(MDNode *&Result, bool IsDistinct) {
5643 bool LLParser::parseDICommonBlock(MDNode *&Result, bool IsDistinct) {
5661 bool LLParser::parseDINamespace(MDNode *&Result, bool IsDistinct) {
5677 bool LLParser::parseDIMacro(MDNode *&Result, bool IsDistinct) {
5693 bool LLParser::parseDIMacroFile(MDNode *&Result, bool IsDistinct) {
5711 bool LLParser::parseDIModule(MDNode *&Result, bool IsDistinct) {
5732 bool LLParser::parseDITemplateTypeParameter(MDNode *&Result, bool IsDistinct) {
5749 bool LLParser::parseDITemplateValueParameter(MDNode *&Result, bool IsDistinct) {
5771 bool LLParser::parseDIGlobalVariable(MDNode *&Result, bool IsDistinct) {
5804 bool LLParser::parseDILocalVariable(MDNode *&Result, bool IsDistinct) {
5827 bool LLParser::parseDILabel(MDNode *&Result, bool IsDistinct) {
5843 bool LLParser::parseDIExpressionBody(MDNode *&Result, bool IsDistinct) {
5888 bool LLParser::parseDIExpression(MDNode *&Result, bool IsDistinct) {
5893 return parseDIExpressionBody(Result, IsDistinct);
5925 bool IsDistinct) {
5940 bool LLParser::parseDIObjCProperty(MDNode *&Result, bool IsDistinct) {
5961 bool LLParser::parseDIImportedEntity(MDNode *&Result, bool IsDistinct) {