Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1390 ContextTableKey CtxKey(ParentCtxID, in addObjCMethod() local
1393 assert(Implementation->Contexts.contains(CtxKey)); in addObjCMethod()
1394 auto &VersionedVec = Implementation->Contexts[CtxKey].second; in addObjCMethod()