Home
last modified time | relevance | path

Searched refs:parseAndDumpAPINotes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/APINotes/
H A DAPINotesYAMLCompiler.h20 bool parseAndDumpAPINotes(llvm::StringRef YI, llvm::raw_ostream &OS);
/llvm-project-15.0.7/clang/tools/apinotes-test/
H A DAPINotesTest.cpp50 clang::api_notes::parseAndDumpAPINotes((*NotesOrError)->getBuffer(), in main()
/llvm-project-15.0.7/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp592 bool clang::api_notes::parseAndDumpAPINotes(StringRef YI, in parseAndDumpAPINotes() function in clang::api_notes