Lines Matching refs:condition
251 PropertyType type, StringRef condition = "");
256 StringRef condition = "");
514 StringRef condition) { in emitReadOfProperty() argument
528 if (!condition.empty()) Out << "llvm::Optional<"; in emitReadOfProperty()
530 if (!condition.empty()) Out << ">"; in emitReadOfProperty()
533 if (condition.empty()) { in emitReadOfProperty()
537 " if (" << condition << ") {\n" in emitReadOfProperty()
550 if (condition.empty()) { in emitReadOfProperty()
569 StringRef condition) { in emitWriteOfProperty() argument
570 if (!condition.empty()) { in emitWriteOfProperty()
571 Out << " if (" << condition << ") {\n"; in emitWriteOfProperty()
584 if (!condition.empty()) { in emitWriteOfProperty()