* comparison function for BracketType enum */
| 1514 | * comparison function for BracketType enum |
| 1515 | */ |
| 1516 | bool ASFormatter::isBracketType(BracketType a, BracketType b) const |
| 1517 | { |
| 1518 | return ((a & b) == b); |
| 1519 | } |
| 1520 | |
| 1521 | /** |
| 1522 | * set the formatting style. |
nothing calls this directly
no outgoing calls
no test coverage detected