Searched refs:ExpandDefinition (Results 1 – 2 of 2) sorted by relevance
104 bool ExpandDefinition; variable118 : PredicateExpander(Target, Indent), ExpandDefinition(false) {} in PredicateExpander()120 bool shouldExpandDefinition() const { return ExpandDefinition; } in shouldExpandDefinition()123 void setExpandDefinition(bool Value) { ExpandDefinition = Value; } in setExpandDefinition()
77 bool ExpandDefinition = true);781 bool ExpandDefinition) { in emitTIIHelperMethods() argument791 OS << (ExpandDefinition ? "" : "static ") << "bool "; in emitTIIHelperMethods()792 if (ExpandDefinition) in emitTIIHelperMethods()796 if (!ExpandDefinition) { in emitTIIHelperMethods()