Searched defs:CtxID (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesReader.cpp | 306 auto CtxID = endian::readNext<uint32_t, llvm::endianness::little>(Data); in ReadKey() local 474 auto CtxID = endian::readNext<uint32_t, llvm::endianness::little>(Data); in ReadKey() local 497 auto CtxID = endian::readNext<uint32_t, llvm::endianness::little>(Data); in ReadKey() local 520 auto CtxID = endian::readNext<uint32_t, llvm::endianness::little>(Data); in ReadKey() local 574 auto CtxID = endian::readNext<uint32_t, llvm::endianness::little>(Data); in ReadKey() local 650 auto CtxID = endian::readNext<uint32_t, llvm::endianness::little>(Data); in ReadKey() local 2104 std::optional<ContextID> CtxID = lookupObjCClassID(Name); in lookupObjCClassInfo() local 2139 std::optional<ContextID> CtxID = lookupObjCProtocolID(Name); in lookupObjCProtocolInfo() local 2150 auto APINotesReader::lookupObjCProperty(ContextID CtxID, llvm::StringRef Name, in lookupObjCProperty() 2168 auto APINotesReader::lookupObjCMethod(ContextID CtxID, ObjCSelectorRef Selector, in lookupObjCMethod() [all …]
|
| H A D | APINotesWriter.cpp | 1470 void APINotesWriter::addObjCProperty(ContextID CtxID, StringRef Name, in addObjCProperty() 1480 void APINotesWriter::addObjCMethod(ContextID CtxID, ObjCSelectorRef Selector, in addObjCMethod() 1515 void APINotesWriter::addCXXMethod(ContextID CtxID, llvm::StringRef Name, in addCXXMethod() 1523 void APINotesWriter::addField(ContextID CtxID, llvm::StringRef Name, in addField()
|
| H A D | APINotesYAMLCompiler.cpp | 874 ContextID CtxID = in convertContext() local 939 ContextID CtxID = in convertNamespaceContext() local 1065 std::optional<ContextID> CtxID = in convertTopLevelItems() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAPINotes.cpp | 945 auto CtxID = Reader->lookupTagID(CurrentTag->getName(), Ctx); in UnwindTagContext() local
|