Lines Matching refs:condition
252 PropertyType type, StringRef condition = "");
257 StringRef condition = "");
515 StringRef condition) { in emitReadOfProperty() argument
529 if (!condition.empty()) in emitReadOfProperty()
532 if (!condition.empty()) Out << ">"; in emitReadOfProperty()
535 if (condition.empty()) { in emitReadOfProperty()
539 " if (" << condition << ") {\n" in emitReadOfProperty()
552 if (condition.empty()) { in emitReadOfProperty()
571 StringRef condition) { in emitWriteOfProperty() argument
572 if (!condition.empty()) { in emitWriteOfProperty()
573 Out << " if (" << condition << ") {\n"; in emitWriteOfProperty()
586 if (!condition.empty()) { in emitWriteOfProperty()