/llvm-project/clang/test/CodeGenObjC/ |
H A D | section-name.m | 8 @interface Interface<Protocol> interface 15 @implementation Interface implementation 26 @implementation Interface(Category) implementation in Category
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | InterfaceSupport.h | 100 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 D | objc_category.m | 8 @interface Interface interface 11 @interface Interface (Category) <Protocol> interface in Category
|
H A D | objc_property.m | 12 @interface Interface interface 19 @interface Interface (Category) <Protocol> interface in Category
|
/llvm-project/clang/test/Misc/ |
H A D | diag-overload-cand-ranges.mm | 18 @interface Interface interface 22 @implementation Interface implementation
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Trait.h | 28 class Interface; variable 43 Interface enumerator
|
H A D | Interfaces.h | 76 Interface(const Interface &rhs) : def(rhs.def), methods(rhs.methods) { in Interface() function
|
/llvm-project/clang/test/Modules/ |
H A D | module-name-used-by-objc-bridge.m | 22 @interface Interface (User) interface in User
|
/llvm-project/clang/docs/ |
H A D | LibFormat.rst | 18 Interface chapter
|
H A D | DataFlowSanitizerDesign.rst | 26 Interface chapter
|
/llvm-project/llvm/lib/Object/ |
H A D | TapiFile.cpp | 50 TapiFile(MemoryBufferRef Source,const InterfaceFile & Interface,Architecture Arch) TapiFile() argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | attr-deprecated-replacement-fixit.m | 136 @interface Interface interface 146 @implementation Interface implementation
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Interfaces.cpp | 75 Interface::Interface(const llvm::Record *def) : def(def) { Interface() function in Interface [all...] |
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 700 struct Interface { global() struct 702 InterfaceInterface Interface() argument 713 InitSymbolInterface MaterializationUnit() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CXExtractAPI.cpp | 61 auto *Interface = Decl->getClassInterface(); in VisitObjCImplementationDecl() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticHighlighting.h | 41 Interface, enumerator
|
/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 322 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 D | ObjCMemberwiseInitializer.cpp | 187 const ObjCInterfaceDecl *Interface = nullptr; member in clang::clangd::__anonf22d6b430111::ObjCMemberwiseInitializer
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 218 if (const ObjCInterfaceDecl *Interface = CatOrImpl->getClassInterface()) ShouldDiagnoseAvailabilityInContext() local 224 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) ShouldDiagnoseAvailabilityInContext() local
|
H A D | CodeCompleteConsumer.cpp | 416 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); getParentName() local
|
H A D | SemaModule.cpp | 391 Module *Interface = nullptr; // The interface for an implementation. ActOnModuleDecl() local [all...] |
/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 1362 auto *Interface = Category->getClassInterface(); getFragmentsForObjCCategory() local 1380 getFragmentsForObjCInterface(const ObjCInterfaceDecl * Interface) getFragmentsForObjCInterface() argument
|
H A D | ExtractAPIConsumer.cpp | 237 else if (auto *Interface = llvm::dyn_cast<ObjCInterfaceDecl>(D)) in shouldDeclBeIncluded() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ParsedASTTests.cpp | 661 std::string Interface = R"cpp( in TEST() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1199 const ObjCInterfaceDecl *Interface; global() member 1235 lookupRuntimeDefinition(const ObjCInterfaceDecl * Interface,Selector LookupSelector,bool InstanceMethod) lookupRuntimeDefinition() argument
|