Home
last modified time | relevance | path

Searched refs:AliasNode (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/yaml-bench/
DYAMLBench.cpp125 } else if (yaml::AliasNode *an = dyn_cast<yaml::AliasNode>(n)){ in dumpNode()
/external/llvm/include/llvm/Support/
DYAMLParser.h475 class AliasNode final : public Node {
479 AliasNode(std::unique_ptr<Document> &D, StringRef Val) in AliasNode() function
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dmodulegraph.py446 class AliasNode(Node): class
448 super(AliasNode, self).__init__(name)
882 m = self.createNode(AliasNode, name, other)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_modulegraph.py450 self.assertIsSubclass(modulegraph.AliasNode, modulegraph.Node)
478 a1 = modulegraph.AliasNode('a1', n1)
/external/llvm/lib/Support/
DYAMLParser.cpp108 void AliasNode::anchor() {} in anchor()
2315 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dmodulegraph.rst362 .. class:: AliasNode (name, node)