Lines Matching defs:isGenericAdaptorBase
2100 Class &opClass, bool isGenericAdaptorBase, StringRef methodName,
2105 if (isGenericAdaptorBase) {
2195 bool isGenericAdaptorBase = genericAdaptorBase != nullptr;
2197 /*opClass=*/isGenericAdaptorBase ? *genericAdaptorBase : opClass,
2198 isGenericAdaptorBase,
2202 if (isGenericAdaptorBase) {
2232 m = opClass.addInlineMethod(isGenericAdaptorBase
2240 if (!isGenericAdaptorBase)
2263 m = opClass.addInlineMethod(isGenericAdaptorBase
2269 if (!isGenericAdaptorBase)
2408 opClass, /*isGenericAdaptorBase=*/false, "getODSResultIndexAndLength",