Home
last modified time | relevance | path

Searched refs:TagOS (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp175 raw_ostream &TagOS) { in output()
176 TagOS << S.getYAMLTag(); in output()
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp666 llvm::raw_svector_ostream TagOS(Tag); in visitHTMLStartTagComment() local
667 printHTMLStartTagComment(C, TagOS); in visitHTMLStartTagComment()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp2970 raw_ostream &TagOS) { in output()
2976 TagOS << "!double"; in output()
2980 TagOS << "!bool"; in output()