Searched refs:hasNativeInputTypes (Results 1 – 2 of 2) sorted by relevance
458 return hasNativeInputTypes ? getTrailingObjects<StringRef>()[index] in getNativeInputType()467 bool hasNativeInputTypes = !nativeInputTypes.empty(); in createImpl() local468 assert(!hasNativeInputTypes || nativeInputTypes.size() == inputs.size()); in createImpl()473 hasNativeInputTypes ? inputs.size() : 0); in createImpl()480 UserConstraintDecl(name, inputs.size(), hasNativeInputTypes, in createImpl()486 if (hasNativeInputTypes) { in createImpl()
954 bool hasNativeInputTypes, unsigned numResults, in UserConstraintDecl() argument959 resultType(resultType), hasNativeInputTypes(hasNativeInputTypes) {} in UserConstraintDecl()977 bool hasNativeInputTypes; variable