Searched defs:ExpressionFormat (Results 1 – 1 of 1) sorted by relevance
38 struct ExpressionFormat { struct 65 bool operator==(const ExpressionFormat &Other) const { argument 81 ExpressionFormat() : Value(Kind::NoFormat){}; in ExpressionFormat() argument 82 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat() argument 83 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat() argument 85 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat() argument 39 KindExpressionFormat global() argument [all...]