Searched refs:AliasNode (Results 1 - 5 of 5) sorted by relevance

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

Completed in 185 milliseconds