Searched refs:ObjCContextInfoTable (Results 1 – 1 of 1) sorted by relevance
641 std::unique_ptr<SerializedObjCContextInfoTable> ObjCContextInfoTable; member in clang::api_notes::APINotesReader::Implementation983 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()