Home
last modified time | relevance | path

Searched refs:printOneChild (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DTwine.cpp57 void Twine::printOneChild(raw_ostream &OS, Child Ptr, in printOneChild() function in Twine
158 printOneChild(OS, LHS, getLHSKind()); in print()
159 printOneChild(OS, RHS, getRHSKind()); in print()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTwine.h249 void printOneChild(raw_ostream &OS, Child Ptr, NodeKind Kind) const;