Searched refs:scalarTag (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h786 virtual void scalarTag(std::string &) = 0;
1034 io.scalarTag(TagBuffer.str());
1040 io.scalarTag(Tag);
1432 void scalarTag(std::string &) override;
1579 void scalarTag(std::string &) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp347 void Input::scalarTag(std::string &Tag) { function in class:Input
725 void Output::scalarTag(std::string &Tag) { function in class:Output

Completed in 224 milliseconds