Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2174 std::optional<SelectorID> SelID = Implementation->getSelector(Selector); in lookupObjCMethod() local
2175 if (!SelID) in lookupObjCMethod()
2179 ObjCMethodTableInfo::internal_key_type{CtxID.Value, *SelID, in lookupObjCMethod()
H A DAPINotesWriter.cpp1484 SelectorID SelID = Implementation->getSelector(Selector); in addObjCMethod() local
1485 auto Key = std::tuple<unsigned, unsigned, char>{CtxID.Value, SelID, in addObjCMethod()