Home
last modified time | relevance | path

Searched defs:CtxID (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp448 auto CtxID = in ReadKey() local
475 auto CtxID = in ReadKey() local
524 auto CtxID = in ReadKey() local
582 auto CtxID = in ReadKey() local
1854 std::optional<ContextID> CtxID = lookupObjCClassID(Name); in lookupObjCClassInfo() local
1889 std::optional<ContextID> CtxID = lookupObjCProtocolID(Name); in lookupObjCProtocolInfo() local
1900 auto APINotesReader::lookupObjCProperty(ContextID CtxID, llvm::StringRef Name, in lookupObjCProperty()
1918 auto APINotesReader::lookupObjCMethod(ContextID CtxID, ObjCSelectorRef Selector, in lookupObjCMethod()
H A DAPINotesYAMLCompiler.cpp797 ContextID CtxID = in convertContext() local
867 ContextID CtxID = in convertNamespaceContext() local
878 std::optional<ContextID> CtxID = in convertTopLevelItems() local
H A DAPINotesWriter.cpp1299 void APINotesWriter::addObjCProperty(ContextID CtxID, StringRef Name, in addObjCProperty()
1309 void APINotesWriter::addObjCMethod(ContextID CtxID, ObjCSelectorRef Selector, in addObjCMethod()