OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prettyTag
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
YAMLBench.cpp
71
static std::string
prettyTag
(yaml::Node *N) {
97
outs() <<
prettyTag
(n) << " \"" << yaml::escape(Val) << "\"";
99
outs() <<
prettyTag
(n) << " \"" << yaml::escape(BN->getValue()) << "\"";
101
outs() <<
prettyTag
(n) << " [\n";
111
outs() <<
prettyTag
(n) << " {\n";
127
outs() <<
prettyTag
(n) << " null";
YAMLBench.cpp
71
static std::string
prettyTag
(yaml::Node *N) {
97
outs() <<
prettyTag
(n) << " \"" << yaml::escape(Val) << "\"";
99
outs() <<
prettyTag
(n) << " \"" << yaml::escape(BN->getValue()) << "\"";
101
outs() <<
prettyTag
(n) << " [\n";
111
outs() <<
prettyTag
(n) << " {\n";
127
outs() <<
prettyTag
(n) << " null";
Completed in 99 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026