Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesYAMLCompiler.h28 bool compileAPINotes(llvm::StringRef YAMLInput, const FileEntry *SourceFile,
/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp90 if (api_notes::compileAPINotes( in loadAPINotes()
115 if (api_notes::compileAPINotes(Buffer, nullptr, OS, in loadAPINotes()
H A DAPINotesYAMLCompiler.cpp1128 bool api_notes::compileAPINotes(StringRef YAMLInput, in compileAPINotes() function in api_notes