Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp641 std::unique_ptr<SerializedObjCContextInfoTable> ObjCContextInfoTable; member in clang::api_notes::APINotesReader::Implementation
983 if (ObjCContextInfoTable) in readObjCContextBlock()
991 ObjCContextInfoTable.reset(SerializedObjCContextInfoTable::Create( in readObjCContextBlock()
1851 if (!Implementation->ObjCContextInfoTable) in lookupObjCClassInfo()
1858 auto KnownInfo = Implementation->ObjCContextInfoTable->find(CtxID->Value); in lookupObjCClassInfo()
1859 if (KnownInfo == Implementation->ObjCContextInfoTable->end()) in lookupObjCClassInfo()
1886 if (!Implementation->ObjCContextInfoTable) in lookupObjCProtocolInfo()
1893 auto KnownInfo = Implementation->ObjCContextInfoTable->find(CtxID->Value); in lookupObjCProtocolInfo()
1894 if (KnownInfo == Implementation->ObjCContextInfoTable->end()) in lookupObjCProtocolInfo()