Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp699 std::unique_ptr<SerializedContextIDTable> ContextIDTable; member in clang::api_notes::APINotesReader::Implementation
1049 if (ContextIDTable) in readContextBlock()
1056 ContextIDTable.reset(SerializedContextIDTable::Create( in readContextBlock()
2082 if (!Implementation->ContextIDTable) in lookupObjCClassID()
2091 auto KnownID = Implementation->ContextIDTable->find( in lookupObjCClassID()
2093 if (KnownID == Implementation->ContextIDTable->end()) in lookupObjCClassID()
2117 if (!Implementation->ContextIDTable) in lookupObjCProtocolID()
2126 auto KnownID = Implementation->ContextIDTable->find( in lookupObjCProtocolID()
2128 if (KnownID == Implementation->ContextIDTable->end()) in lookupObjCProtocolID()
2278 if (!Implementation->ContextIDTable) in lookupTagID()
[all …]