Lines Matching refs:APINotesReader

610 class APINotesReader::Implementation {
723 APINotesReader::Implementation::getIdentifier(llvm::StringRef Str) { in getIdentifier()
738 APINotesReader::Implementation::getSelector(ObjCSelectorRef Selector) { in getSelector()
760 bool APINotesReader::Implementation::readControlBlock( in readControlBlock()
847 bool APINotesReader::Implementation::readIdentifierBlock( in readIdentifierBlock()
923 bool APINotesReader::Implementation::readObjCContextBlock( in readObjCContextBlock()
1014 bool APINotesReader::Implementation::readObjCPropertyBlock( in readObjCPropertyBlock()
1091 bool APINotesReader::Implementation::readObjCMethodBlock( in readObjCMethodBlock()
1166 bool APINotesReader::Implementation::readObjCSelectorBlock( in readObjCSelectorBlock()
1242 bool APINotesReader::Implementation::readGlobalVariableBlock( in readGlobalVariableBlock()
1318 bool APINotesReader::Implementation::readGlobalFunctionBlock( in readGlobalFunctionBlock()
1394 bool APINotesReader::Implementation::readEnumConstantBlock( in readEnumConstantBlock()
1470 bool APINotesReader::Implementation::readTagBlock( in readTagBlock()
1545 bool APINotesReader::Implementation::readTypedefBlock( in readTypedefBlock()
1620 APINotesReader::APINotesReader(llvm::MemoryBuffer *InputBuffer, in APINotesReader() function in clang::api_notes::APINotesReader
1783 APINotesReader::~APINotesReader() { delete Implementation->InputBuffer; } in ~APINotesReader()
1785 std::unique_ptr<APINotesReader>
1786 APINotesReader::Create(std::unique_ptr<llvm::MemoryBuffer> InputBuffer, in Create()
1789 std::unique_ptr<APINotesReader> Reader( in Create()
1790 new APINotesReader(InputBuffer.release(), SwiftVersion, Failed)); in Create()
1798 APINotesReader::VersionedInfo<T>::VersionedInfo( in VersionedInfo()
1830 auto APINotesReader::lookupObjCClassID(llvm::StringRef Name) in lookupObjCClassID()
1849 auto APINotesReader::lookupObjCClassInfo(llvm::StringRef Name) in lookupObjCClassInfo()
1865 auto APINotesReader::lookupObjCProtocolID(llvm::StringRef Name) in lookupObjCProtocolID()
1884 auto APINotesReader::lookupObjCProtocolInfo(llvm::StringRef Name) in lookupObjCProtocolInfo()
1900 auto APINotesReader::lookupObjCProperty(ContextID CtxID, llvm::StringRef Name, in lookupObjCProperty()
1918 auto APINotesReader::lookupObjCMethod(ContextID CtxID, ObjCSelectorRef Selector, in lookupObjCMethod()
1937 auto APINotesReader::lookupGlobalVariable(llvm::StringRef Name, in lookupGlobalVariable()
1956 auto APINotesReader::lookupGlobalFunction(llvm::StringRef Name, in lookupGlobalFunction()
1975 auto APINotesReader::lookupEnumConstant(llvm::StringRef Name) in lookupEnumConstant()
1991 auto APINotesReader::lookupTag(llvm::StringRef Name, std::optional<Context> Ctx) in lookupTag()
2009 auto APINotesReader::lookupTypedef(llvm::StringRef Name, in lookupTypedef()
2028 auto APINotesReader::lookupNamespaceID( in lookupNamespaceID()