Lines Matching refs:Anchor
119 Node(unsigned int Type, OwningPtr<Document>&, StringRef Anchor);
121 /// @brief Get the value of the anchor attached to this node. If it does not
123 StringRef getAnchor() const { return Anchor; }
160 StringRef Anchor;
183 ScalarNode(OwningPtr<Document> &D, StringRef Anchor, StringRef Val)
184 : Node(NK_Scalar, D, Anchor)
341 MappingNode(OwningPtr<Document> &D, StringRef Anchor, MappingType MT)
342 : Node(NK_Mapping, D, Anchor)
400 SequenceNode(OwningPtr<Document> &D, StringRef Anchor, SequenceType ST)
401 : Node(NK_Sequence, D, Anchor)
438 /// @brief Represents an alias to a Node with an anchor.