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.cpp1949 auto KnownInfo = Implementation->ContextInfoTable->find(CtxID->Value); in lookupObjCClassInfo() local
1950 if (KnownInfo == Implementation->ContextInfoTable->end()) in lookupObjCClassInfo()
1953 return {Implementation->SwiftVersion, *KnownInfo}; in lookupObjCClassInfo()
1984 auto KnownInfo = Implementation->ContextInfoTable->find(CtxID->Value); in lookupObjCProtocolInfo() local
1985 if (KnownInfo == Implementation->ContextInfoTable->end()) in lookupObjCProtocolInfo()
1988 return {Implementation->SwiftVersion, *KnownInfo}; in lookupObjCProtocolInfo()