![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldomcomments_p.h>
Static Public Member Functions | |
static CommentAnchor | from (const SourceLocation &sl) |
Public Attributes | |
qsizetype | location = -1 |
Friends | |
bool | comparesEqual (const CommentAnchor &a, const CommentAnchor &b) noexcept |
Anchor comments at an AST::Node* (DefaultLocation) or at an QQmlJS::SourceLocation inside of the AST::Node*. In the latter case, the member location takes the value of the anchor's QQmlJS::SourceLocation::offset, so that the formatter can differentiate between multiple anchors inside the same AST::Node*.
Definition at line 83 of file qqmldomcomments_p.h.
|
inlinestatic |
Definition at line 86 of file qqmldomcomments_p.h.
|
friend |
Definition at line 87 of file qqmldomcomments_p.h.
qsizetype QQmlJS::Dom::CommentAnchor::location = -1 |
Definition at line 85 of file qqmldomcomments_p.h.