Lines Matching refs:ObjCContextIDTable
635 std::unique_ptr<SerializedObjCContextIDTable> ObjCContextIDTable; member in clang::api_notes::APINotesReader::Implementation
969 if (ObjCContextIDTable) in readObjCContextBlock()
976 ObjCContextIDTable.reset(SerializedObjCContextIDTable::Create( in readObjCContextBlock()
1832 if (!Implementation->ObjCContextIDTable) in lookupObjCClassID()
1841 auto KnownID = Implementation->ObjCContextIDTable->find( in lookupObjCClassID()
1843 if (KnownID == Implementation->ObjCContextIDTable->end()) in lookupObjCClassID()
1867 if (!Implementation->ObjCContextIDTable) in lookupObjCProtocolID()
1876 auto KnownID = Implementation->ObjCContextIDTable->find( in lookupObjCProtocolID()
1878 if (KnownID == Implementation->ObjCContextIDTable->end()) in lookupObjCProtocolID()
2031 if (!Implementation->ObjCContextIDTable) in lookupNamespaceID()
2040 auto KnownID = Implementation->ObjCContextIDTable->find( in lookupNamespaceID()
2042 if (KnownID == Implementation->ObjCContextIDTable->end()) in lookupNamespaceID()