Home | History | Annotate | Download | only in Support

Lines Matching full:ctxt

826     static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) {
829 static StringRef input(StringRef scalar, void* ctxt, MyCustomType &value) {
927 static void output(const MultilineStringType &value, void *ctxt,
931 static StringRef input(StringRef scalar, void *ctxt,
1715 /*Ctxt=*/nullptr,
1732 /*Ctxt=*/nullptr,
1751 /*Ctxt=*/nullptr,
1770 /*Ctxt=*/nullptr,
1789 /*Ctxt=*/nullptr,
1808 /*Ctxt=*/nullptr,
1828 /*Ctxt=*/nullptr,
1846 /*Ctxt=*/nullptr,
1866 /*Ctxt=*/nullptr,
1885 /*Ctxt=*/nullptr,
1905 /*Ctxt=*/nullptr,
1923 /*Ctxt=*/nullptr,
1943 /*Ctxt=*/nullptr,
1961 /*Ctxt=*/nullptr,
1980 /*Ctxt=*/nullptr,
1999 /*Ctxt=*/nullptr,
2017 /*Ctxt=*/nullptr,
2036 /*Ctxt=*/nullptr,
2054 /*Ctxt=*/nullptr,
2072 /*Ctxt=*/nullptr,
2084 Input yin("{foo:3, bar: 5}", /*Ctxt=*/nullptr, suppressErrorMessages);
2090 Input yin("---\nfoo:3\nbar: 5\n...\n", /*Ctxt=*/nullptr, suppressErrorMessages);
2176 Input yin("", /*Ctxt=*/nullptr, suppressErrorMessages);