Home
last modified time | relevance | path

Searched refs:BlockScalarNode (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h255 class BlockScalarNode final : public Node {
259 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp408 } else if (BlockScalarNode *BSN = dyn_cast<BlockScalarNode>(N)) { in createHNodes()
H A DYAMLParser.cpp116 void BlockScalarNode::anchor() {} in anchor()
2472 BlockScalarNode(stream.CurrentDoc, AnchorInfo.Range.substr(1), in parseBlockNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp248 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) { in parseIRModule()