Home
last modified time | relevance | path

Searched defs:Interface (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp50 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &Interface, in TapiFile() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h669 struct Interface { global() struct
671 InterfaceInterface Interface() argument
682 InitSymbolInterface MaterializationUnit() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp322 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType()
341 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete()
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSerializerBase.h
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1200 auto *Interface = Category->getClassInterface(); getFragmentsForObjCCategory() local
1218 getFragmentsForObjCInterface(const ObjCInterfaceDecl * Interface) getFragmentsForObjCInterface() argument
H A DExtractAPIConsumer.cpp236 else if (auto *Interface = llvm::dyn_cast<ObjCInterfaceDecl>(D)) shouldDeclBeIncluded() local
H A DAPI.cpp384 addObjCCategory(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference Interface,bool IsFromSystemHeader,bool IsFromExternalModule) addObjCCategory() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp176 if (const ObjCInterfaceDecl *Interface = CatOrImpl->getClassInterface()) ShouldDiagnoseAvailabilityInContext() local
182 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) ShouldDiagnoseAvailabilityInContext() local
H A DCodeCompleteConsumer.cpp416 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); in getParentName() local
H A DSemaModule.cpp305 Module *Interface = nullptr; // The interface for an implementation. ActOnModuleDecl() local
[all...]
H A DSemaDeclObjC.cpp4312 if (const ObjCInterfaceDecl *Interface = Category->getClassInterface()) OverrideSearch() local
4362 if (ObjCInterfaceDecl *Interface = category->getClassInterface()) searchFrom() local
4366 } else if (const auto *Interface = impl->getClassInterface()) { searchFrom() local
4391 if (const auto *Interface = impl->getClassInterface()) searchFrom() local
H A DSemaExprMember.cpp1419 else if (auto *Interface = dyn_cast<ObjCInterfaceDecl>(D)) LookupMemberExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1199 const ObjCInterfaceDecl *Interface; member
1235 lookupRuntimeDefinition(const ObjCInterfaceDecl *Interface, in lookupRuntimeDefinition() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp558 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases() local
H A DDynamicTypePropagation.cpp835 const ObjCInterfaceDecl *Interface = Method->getClassInterface(); in checkPreObjCMessage() local
H A DBasicObjCFoundationChecks.cpp1201 if (const ObjCInterfaceDecl *Interface = M.getReceiverInterface()) { checkPostObjCMessage() local
H A DNullabilityChecker.cpp990 auto Interface = Decl->getClassInterface(); in checkPostObjCMessage() local
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp515 __anon0ebdd7030302(Expr *&Interface, llvm::StringRef Name) FindRuntimeInterface() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h310 enum class PDB_UdtType { Struct, Class, Union, Interface }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3335 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); GenerateCategory() local
3505 ObjCInterfaceDecl *Interface = GenerateClass() local
5020 EmitIvarOffset(CodeGen::CodeGenFunction & CGF,const ObjCInterfaceDecl * Interface,const ObjCIvarDecl * Ivar) EmitIvarOffset() argument
6628 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); GenerateCategory() local
7173 EmitIvarOffset(CodeGen::CodeGenFunction & CGF,const ObjCInterfaceDecl * Interface,const ObjCIvarDecl * Ivar) EmitIvarOffset() argument
[all...]
H A DCGObjCGNU.cpp1702 EmitIvarOffset(CodeGenFunction & CGF,const ObjCInterfaceDecl * Interface,const ObjCIvarDecl * Ivar) EmitIvarOffset() argument
4304 EmitIvarOffset(CodeGenFunction & CGF,const ObjCInterfaceDecl * Interface,const ObjCIvarDecl * Ivar) EmitIvarOffset() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1129 for (const auto &Interface : API.getObjCInterfaces()) { VisitObjCCategoryDecl() local
H A DAPI.h1011 SymbolReference Interface; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h405 Interface = 0x03 global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4334 ObjCInterfaceDecl *Interface; global() member in __anonaf7a990c0811::ObjCCategoriesVisitor
4381 ObjCCategoriesVisitor(ASTReader & Reader,ObjCInterfaceDecl * Interface,llvm::SmallPtrSetImpl<ObjCCategoryDecl * > & Deserialized,serialization::GlobalDeclID InterfaceID,unsigned PreviousGeneration) ObjCCategoriesVisitor() argument

12