Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp50 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &Interface, in TapiFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h700 struct Interface { struct
702 Interface(SymbolFlagsMap InitalSymbolFlags, SymbolStringPtr InitSymbol) in Interface() argument
713 MaterializationUnit(Interface I) in MaterializationUnit() argument
/freebsd/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()
H A DDeclObjC.cpp1299 if (const auto *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in CollectOverriddenMethodsRecurse() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1363 auto *Interface = Category->getClassInterface(); in getFragmentsForObjCCategory() local
1381 const ObjCInterfaceDecl *Interface) { in getFragmentsForObjCInterface()
H A DExtractAPIConsumer.cpp237 else if (auto *Interface = llvm::dyn_cast<ObjCInterfaceDecl>(D)) in shouldDeclBeIncluded() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp224 if (const ObjCInterfaceDecl *Interface = CatOrImpl->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local
230 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local
H A DCodeCompleteConsumer.cpp416 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); in getParentName() local
H A DSemaModule.cpp391 Module *Interface = nullptr; // The interface for an implementation. in ActOnModuleDecl() local
H A DSemaDeclObjC.cpp4319 if (const ObjCInterfaceDecl *Interface = Category->getClassInterface()) in OverrideSearch() local
4369 if (ObjCInterfaceDecl *Interface = category->getClassInterface()) in searchFrom() local
4373 } else if (const auto *Interface = impl->getClassInterface()) { in searchFrom() local
4398 if (const auto *Interface = impl->getClassInterface()) in searchFrom() local
H A DSemaExprMember.cpp1433 else if (auto *Interface = dyn_cast<ObjCInterfaceDecl>(D)) in LookupMemberExpr() local
H A DSemaCodeComplete.cpp235 if (ObjCInterfaceDecl *Interface = Method->getClassInterface()) in ResultBuilder() local
4944 if (ObjCInterfaceDecl *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in getContainerDef() local
8205 if (const ObjCObjectType *Interface = T->getAs<ObjCObjectType>()) in AddClassMessageCompletions() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1199 const ObjCInterfaceDecl *Interface; member
1235 lookupRuntimeDefinition(const ObjCInterfaceDecl *Interface, in lookupRuntimeDefinition()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp558 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases() local
H A DBasicObjCFoundationChecks.cpp1197 if (const ObjCInterfaceDecl *Interface = M.getReceiverInterface()) { in checkPostObjCMessage() local
H A DNullabilityChecker.cpp990 auto Interface = Decl->getClassInterface(); in checkPostObjCMessage() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp591 auto LookupInterface = [&](Expr *&Interface, llvm::StringRef Name) { in FindRuntimeInterface()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h310 enum class PDB_UdtType { Struct, Class, Union, Interface }; enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3342 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local
3512 ObjCInterfaceDecl *Interface = in GenerateClass() local
5029 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
6634 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local
7179 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
H A DCGObjCGNU.cpp1700 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
4303 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1182 SymbolReference Interface = createSymbolReferenceForDecl(*InterfaceDecl); in VisitObjCCategoryDecl() local
H A DAPI.h1277 SymbolReference Interface; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h412 Interface = 0x03 enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4398 ObjCInterfaceDecl *Interface; member in __anon3c764c3a0b11::ObjCCategoriesVisitor
4445 ASTReader &Reader, ObjCInterfaceDecl *Interface, in ObjCCategoriesVisitor()

12