Searched refs:ContextInfoTable (Results 1 – 1 of 1) sorted by relevance
705 std::unique_ptr<SerializedContextInfoTable> ContextInfoTable; member in clang::api_notes::APINotesReader::Implementation1063 if (ContextInfoTable) in readContextBlock()1070 ContextInfoTable.reset(SerializedContextInfoTable::Create( in readContextBlock()2101 if (!Implementation->ContextInfoTable) in lookupObjCClassInfo()2108 auto KnownInfo = Implementation->ContextInfoTable->find(CtxID->Value); in lookupObjCClassInfo()2109 if (KnownInfo == Implementation->ContextInfoTable->end()) in lookupObjCClassInfo()2136 if (!Implementation->ContextInfoTable) in lookupObjCProtocolInfo()2143 auto KnownInfo = Implementation->ContextInfoTable->find(CtxID->Value); in lookupObjCProtocolInfo()2144 if (KnownInfo == Implementation->ContextInfoTable->end()) in lookupObjCProtocolInfo()