Searched refs:ExpandDefinition (Results 1 – 2 of 2) sorted by relevance
100 bool ExpandDefinition; variable114 : PredicateExpander(Target), ClassPrefix(), ExpandDefinition(false) {} in STIPredicateExpander()116 bool shouldExpandDefinition() const { return ExpandDefinition; } in shouldExpandDefinition()119 void setExpandDefinition(bool Value) { ExpandDefinition = Value; } in setExpandDefinition()
71 bool ExpandDefinition = true);680 bool ExpandDefinition) { in emitTIIHelperMethods() argument689 OS << (ExpandDefinition ? "" : "static ") << "bool "; in emitTIIHelperMethods()690 if (ExpandDefinition) in emitTIIHelperMethods()694 if (!ExpandDefinition) { in emitTIIHelperMethods()