Searched refs:hasNativeInputTypes (Results 1 – 2 of 2) sorted by relevance
437 return hasNativeInputTypes ? getTrailingObjects<StringRef>()[index] in getNativeInputType()445 bool hasNativeInputTypes = !nativeInputTypes.empty(); in createImpl() local446 assert(!hasNativeInputTypes || nativeInputTypes.size() == inputs.size()); in createImpl()451 hasNativeInputTypes ? inputs.size() : 0); in createImpl()458 UserConstraintDecl(name, inputs.size(), hasNativeInputTypes, in createImpl()464 if (hasNativeInputTypes) { in createImpl()
907 bool hasNativeInputTypes, unsigned numResults, in UserConstraintDecl() argument930 bool hasNativeInputTypes; variable