Searched refs:ContextIDTable (Results 1 – 1 of 1) sorted by relevance
636 std::unique_ptr<SerializedContextIDTable> ContextIDTable; member in clang::api_notes::APINotesReader::Implementation978 if (ContextIDTable) in readContextBlock()985 ContextIDTable.reset(SerializedContextIDTable::Create( in readContextBlock()1923 if (!Implementation->ContextIDTable) in lookupObjCClassID()1932 auto KnownID = Implementation->ContextIDTable->find( in lookupObjCClassID()1934 if (KnownID == Implementation->ContextIDTable->end()) in lookupObjCClassID()1958 if (!Implementation->ContextIDTable) in lookupObjCProtocolID()1967 auto KnownID = Implementation->ContextIDTable->find( in lookupObjCProtocolID()1969 if (KnownID == Implementation->ContextIDTable->end()) in lookupObjCProtocolID()2102 if (!Implementation->ContextIDTable) in lookupTagID()[all …]