Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp325 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType()
344 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete()
H A DDeclObjC.cpp1248 if (const auto *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in CollectOverriddenMethodsRecurse() local
H A DType.cpp2272 ObjCInterfaceDecl *Interface in isIncompleteType() local
/freebsd-13.1/contrib/llvm-project/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.cpp399 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); in getParentName() local
H A DSemaDeclObjC.cpp4297 if (const ObjCInterfaceDecl *Interface = Category->getClassInterface()) in OverrideSearch() local
4347 if (ObjCInterfaceDecl *Interface = category->getClassInterface()) in searchFrom() local
4351 } else if (const auto *Interface = impl->getClassInterface()) { in searchFrom() local
4376 if (const auto *Interface = impl->getClassInterface()) in searchFrom() local
H A DSemaExprMember.cpp1370 else if (auto *Interface = dyn_cast<ObjCInterfaceDecl>(D)) in LookupMemberExpr() local
H A DSemaCodeComplete.cpp226 if (ObjCInterfaceDecl *Interface = Method->getClassInterface()) in ResultBuilder() local
4542 if (ObjCInterfaceDecl *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in getContainerDef() local
7497 if (const ObjCObjectType *Interface = T->getAs<ObjCObjectType>()) in AddClassMessageCompletions() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1205 const ObjCInterfaceDecl *Interface; member
1241 lookupRuntimeDefinition(const ObjCInterfaceDecl *Interface, in lookupRuntimeDefinition()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp193 std::vector<DiffOutput> getSingleIF(InterfaceFile *Interface, in getSingleIF()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp550 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases() local
H A DDynamicTypePropagation.cpp839 const ObjCInterfaceDecl *Interface = Method->getClassInterface(); in checkPreObjCMessage() local
H A DNullabilityChecker.cpp874 auto Interface = Decl->getClassInterface(); in checkPostObjCMessage() local
H A DBasicObjCFoundationChecks.cpp1197 if (const ObjCInterfaceDecl *Interface = M.getReceiverInterface()) { in checkPostObjCMessage() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h310 enum class PDB_UdtType { Struct, Class, Union, Interface }; enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3404 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local
3574 ObjCInterfaceDecl *Interface = in GenerateClass() local
5096 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
6716 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local
7243 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
H A DCGObjCGNU.cpp1690 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
4083 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
H A DCGExpr.cpp5075 llvm::Value *CodeGenFunction::EmitIvarOffset(const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
/freebsd-13.1/sys/dev/ce/
H A Dtau32-ddk.h411 int Interface; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h400 Interface = 0x03 enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4321 ObjCInterfaceDecl *Interface; member in __anon170f03ee0611::ObjCCategoriesVisitor
4369 ObjCInterfaceDecl *Interface, in ObjCCategoriesVisitor()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2890 Interface, ///< 'export module X;' enumerator