Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2108 auto KnownInfo = Implementation->ContextInfoTable->find(CtxID->Value); in lookupObjCClassInfo() local
2109 if (KnownInfo == Implementation->ContextInfoTable->end()) in lookupObjCClassInfo()
2112 return {Implementation->SwiftVersion, *KnownInfo}; in lookupObjCClassInfo()
2143 auto KnownInfo = Implementation->ContextInfoTable->find(CtxID->Value); in lookupObjCProtocolInfo() local
2144 if (KnownInfo == Implementation->ContextInfoTable->end()) in lookupObjCProtocolInfo()
2147 return {Implementation->SwiftVersion, *KnownInfo}; in lookupObjCProtocolInfo()