Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/CodeGenObjC/
H A Dsection-name.m8 @interface Interface<Protocol> interface
15 @implementation Interface implementation
26 @implementation Interface(Category) implementation in Category
/llvm-project/mlir/include/mlir/Support/
H A DInterfaceSupport.h100 Interface(std::nullptr_t) : BaseType(ValueT()), conceptImpl(nullptr) {} in Interface() function
106 Interface(T t) in Interface() function
114 Interface(ValueT t, const Concept *conceptImpl) in Interface() function
120 Interface(ValueT t, std::nullptr_t) : BaseType(t), conceptImpl(nullptr) {} in Interface() function
/llvm-project/clang/test/ExtractAPI/
H A Dobjc_category.m8 @interface Interface interface
11 @interface Interface (Category) <Protocol> interface in Category
H A Dobjc_property.m12 @interface Interface interface
19 @interface Interface (Category) <Protocol> interface in Category
/llvm-project/clang/test/Misc/
H A Ddiag-overload-cand-ranges.mm18 @interface Interface interface
22 @implementation Interface implementation
/llvm-project/mlir/include/mlir/TableGen/
H A DTrait.h28 class Interface; variable
43 Interface enumerator
H A DInterfaces.h76 Interface(const Interface &rhs) : def(rhs.def), methods(rhs.methods) { in Interface() function
/llvm-project/clang/test/Modules/
H A Dmodule-name-used-by-objc-bridge.m22 @interface Interface (User) interface in User
/llvm-project/clang/docs/
H A DLibFormat.rst18 Interface chapter
H A DDataFlowSanitizerDesign.rst26 Interface chapter
/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp50 TapiFile(MemoryBufferRef Source,const InterfaceFile & Interface,Architecture Arch) TapiFile() argument
/llvm-project/clang/test/SemaObjC/
H A Dattr-deprecated-replacement-fixit.m136 @interface Interface interface
146 @implementation Interface implementation
/llvm-project/mlir/lib/TableGen/
H A DInterfaces.cpp75 Interface::Interface(const llvm::Record *def) : def(def) { Interface() function in Interface
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h700 struct Interface { global() struct
702 InterfaceInterface Interface() argument
713 InitSymbolInterface MaterializationUnit() argument
/llvm-project/clang/tools/libclang/
H A DCXExtractAPI.cpp61 auto *Interface = Decl->getClassInterface(); in VisitObjCImplementationDecl() local
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h41 Interface, enumerator
/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp322 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() argument
341 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete() argument
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCMemberwiseInitializer.cpp187 const ObjCInterfaceDecl *Interface = nullptr; member in clang::clangd::__anonf22d6b430111::ObjCMemberwiseInitializer
/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp218 if (const ObjCInterfaceDecl *Interface = CatOrImpl->getClassInterface()) ShouldDiagnoseAvailabilityInContext() local
224 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) ShouldDiagnoseAvailabilityInContext() local
H A DCodeCompleteConsumer.cpp416 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); getParentName() local
H A DSemaModule.cpp391 Module *Interface = nullptr; // The interface for an implementation. ActOnModuleDecl() local
[all...]
/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1362 auto *Interface = Category->getClassInterface(); getFragmentsForObjCCategory() local
1380 getFragmentsForObjCInterface(const ObjCInterfaceDecl * Interface) getFragmentsForObjCInterface() argument
H A DExtractAPIConsumer.cpp237 else if (auto *Interface = llvm::dyn_cast<ObjCInterfaceDecl>(D)) in shouldDeclBeIncluded() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DParsedASTTests.cpp661 std::string Interface = R"cpp( in TEST() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1199 const ObjCInterfaceDecl *Interface; global() member
1235 lookupRuntimeDefinition(const ObjCInterfaceDecl * Interface,Selector LookupSelector,bool InstanceMethod) lookupRuntimeDefinition() argument

12