Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp642 std::unique_ptr<SerializedContextInfoTable> ContextInfoTable; member in clang::api_notes::APINotesReader::Implementation
992 if (ContextInfoTable) in readContextBlock()
999 ContextInfoTable.reset(SerializedContextInfoTable::Create( in readContextBlock()
1942 if (!Implementation->ContextInfoTable) in lookupObjCClassInfo()
1949 auto KnownInfo = Implementation->ContextInfoTable->find(CtxID->Value); in lookupObjCClassInfo()
1950 if (KnownInfo == Implementation->ContextInfoTable->end()) in lookupObjCClassInfo()
1977 if (!Implementation->ContextInfoTable) in lookupObjCProtocolInfo()
1984 auto KnownInfo = Implementation->ContextInfoTable->find(CtxID->Value); in lookupObjCProtocolInfo()
1985 if (KnownInfo == Implementation->ContextInfoTable->end()) in lookupObjCProtocolInfo()