ΒΆbool parseAndDumpAPINotes(llvm::StringRef YI,
                          llvm::raw_ostream& OS)

Description

Parses the APINotes YAML content and writes the representation back to the specified stream. This provides a means of testing the YAML processing of the APINotes format.

Declared at: clang/include/clang/APINotes/APINotesYAMLCompiler.h:20

Parameters

llvm::StringRef YI
llvm::raw_ostream& OS