Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1323 ContextTableKey CtxKey(ParentCtxID, in addObjCMethod() local
1326 assert(Implementation->ObjCContexts.contains(CtxKey)); in addObjCMethod()
1327 auto &VersionedVec = Implementation->ObjCContexts[CtxKey].second; in addObjCMethod()