Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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-15.0.7/mlir/include/mlir/Support/
H A DInterfaceSupport.h98 Interface(std::nullptr_t) : BaseType(ValueT()), impl(nullptr) {} in Interface() function
104 Interface(T t) in Interface() function
110 Interface(ValueT t, std::nullptr_t) : BaseType(t), impl(nullptr) {} in Interface() function
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DTrait.h28 class Interface; variable
43 Interface enumerator
/llvm-project-15.0.7/clang/test/Modules/
H A Dmodule-name-used-by-objc-bridge.m22 @interface Interface (User) interface in User
/llvm-project-15.0.7/clang/docs/
H A DLibFormat.rst18 Interface chapter
H A DDataFlowSanitizerDesign.rst26 Interface chapter
H A DInternalsManual.rst489 .. _internals-diag-translation:
/llvm-project-15.0.7/clang/test/ExtractAPI/
H A Dobjc_category.m22 @interface Interface (Category) <Protocol> interface in Category
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DInterfaces.cpp73 Interface::Interface(const llvm::Record *def) : def(def) { in Interface() function in Interface
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-deprecated-replacement-fixit.m136 @interface Interface interface
146 @implementation Interface implementation
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h672 struct Interface { struct
674 Interface(SymbolFlagsMap InitalSymbolFlags, SymbolStringPtr InitSymbol) in Interface() function
685 MaterializationUnit(Interface I) in MaterializationUnit() argument
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseAST.cpp184 bool Interface = true; in ParseAST() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.h41 Interface, enumerator
/llvm-project-15.0.7/clang/lib/AST/
H A DExternalASTMerger.cpp325 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType()
344 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCMemberwiseInitializer.cpp188 const ObjCInterfaceDecl *Interface = nullptr; member in clang::clangd::__anonea4e04e00111::ObjCMemberwiseInitializer
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp163 if (const ObjCInterfaceDecl *Interface = CatOrImpl->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local
169 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local
H A DCodeCompleteConsumer.cpp410 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); in getParentName() local
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp549 const ObjCInterfaceDecl *Interface) { in getFragmentsForObjCInterface()
H A DAPI.cpp104 SymbolReference Interface) { in addObjCCategory()
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h356 SymbolReference Interface; member
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h540 Interface = 11, enumerator
737 Interface = 8, enumerator
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1135 const ObjCInterfaceDecl *Interface; member
1171 lookupRuntimeDefinition(const ObjCInterfaceDecl *Interface, in lookupRuntimeDefinition()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DParsedASTTests.cpp775 std::string Interface = R"cpp( in TEST() local
/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp192 std::vector<DiffOutput> getSingleIF(InterfaceFile *Interface, in getSingleIF()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp550 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases() local

12