Home
last modified time | relevance | path

Searched refs:api_notes (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h17 namespace api_notes {
293 static inline clang::api_notes::StoredObjCSelector getEmptyKey() {
304 getHashValue(const clang::api_notes::StoredObjCSelector &Selector) {
314 static bool isEqual(const clang::api_notes::StoredObjCSelector &LHS,
320 template <> struct DenseMapInfo<clang::api_notes::ContextTableKey> {
321 static inline clang::api_notes::ContextTableKey getEmptyKey() {
322 return clang::api_notes::ContextTableKey();
325 static inline clang::api_notes::ContextTableKey getTombstoneKey() {
326 return clang::api_notes::ContextTableKey{
336 static bool isEqual(const clang::api_notes::ContextTableKey &lhs,
[all …]
H A DAPINotesManager.cpp29 using namespace api_notes;
89 if (api_notes::compileAPINotes( in loadAPINotes()
114 if (api_notes::compileAPINotes(Buffer, nullptr, OS, in loadAPINotes()
H A DAPINotesYAMLCompiler.cpp29 using namespace api_notes;
285 std::optional<api_notes::RetainCountConventionKind> RetainCountConvention;
630 bool clang::api_notes::parseAndDumpAPINotes(StringRef YI, in parseAndDumpAPINotes()
643 using namespace api_notes;
759 api_notes::ObjCSelectorRef Selector; in convertMethod()
1099 bool api_notes::compileAPINotes(StringRef YAMLInput, in compileAPINotes()
H A DAPINotesTypes.cpp13 namespace api_notes { namespace
H A DAPINotesWriter.cpp21 namespace api_notes { namespace
H A DAPINotesReader.cpp19 namespace api_notes { namespace
/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesYAMLCompiler.h21 namespace api_notes {
H A DAPINotesWriter.h22 namespace api_notes {
H A DAPINotesManager.h29 namespace api_notes {
H A DAPINotesReader.h24 namespace api_notes {
H A DTypes.h24 namespace api_notes {
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h412 api_notes::APINotesManager APINotes;