Home
last modified time | relevance | path

Searched refs:getCurrentNode (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp54 std::string Tag = In.getCurrentNode()->getRawTag(); in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h54 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
118 reinterpret_cast<yaml::Input *>(Ctx)->getCurrentNode())
/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLTraits.cpp112 const Node *Input::getCurrentNode() const { in getCurrentNode() function in Input
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h1489 const Node *getCurrentNode() const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp238 dyn_cast_or_null<yaml::BlockScalarNode>(In.getCurrentNode())) { in parseIRModule()