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.cpp636 std::unique_ptr<SerializedContextIDTable> ContextIDTable; member in clang::api_notes::APINotesReader::Implementation
978 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 …]