| 742 | std::vector<std::pair<ASTPointer<IdentifierPath>, std::optional<Token>>> functionsAndOperators() const; |
| 743 | bool usesBraces() const { return m_usesBraces; } |
| 744 | bool global() const { return m_global; } |
| 745 | |
| 746 | private: |
| 747 | /// Either the single library or a list of functions. |
no outgoing calls
no test coverage detected