Home | History | Annotate | Download | only in clang-rename

Lines Matching refs:YAML

51 namespace yaml {
63 } // end namespace yaml
91 cl::desc("YAML file to store suggested fixes in."),
94 Input("input", cl::desc("YAML file to load oldname-newname pairs from."),
110 // Populate QualifiedNames and NewNames from a YAML file.
120 llvm::yaml::Input YAML(Buffer.get()->getBuffer());
121 YAML >> Infos;
210 yaml::Output YAML(OS);
211 YAML << TUR;