Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp635 std::unique_ptr<SerializedObjCContextIDTable> ObjCContextIDTable; member in clang::api_notes::APINotesReader::Implementation
969 if (ObjCContextIDTable) 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()
[all …]