Lines Matching defs:isOpInterface
180 raw_ostream &os, bool isOpInterface) {
186 /*addConst=*/!isOpInterface);
192 os << (isOpInterface ? "getOperation()" : "*this");
209 bool isOpInterface = isa<OpInterface>(interface);
211 os, isOpInterface);
217 isOpInterface);
457 bool isOpInterface = isa<OpInterface>(interface);
473 /*addConst=*/!isOpInterface && !method.isStatic());
500 bool isOpInterface,
506 /*addConst=*/!isOpInterface);
558 bool isOpInterface = isa<OpInterface>(interface);
559 emitInterfaceDeclMethods(interface, os, valueType, isOpInterface,
581 emitInterfaceDeclMethods(base, os, valueType, isOpInterface, extraDeclsFmt);