Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp240 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType()
259 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete()
H A DDeclObjC.cpp1224 if (const auto *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in CollectOverriddenMethodsRecurse() local
H A DType.cpp2092 ObjCInterfaceDecl *Interface in isIncompleteType() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp400 const ObjCInterfaceDecl *Interface = Cat->getClassInterface(); in getParentName() local
H A DSemaDeclObjC.cpp4187 if (ObjCInterfaceDecl *Interface = Category->getClassInterface()) in OverrideSearch() local
4237 if (ObjCInterfaceDecl *Interface = category->getClassInterface()) in searchFrom() local
4241 } else if (ObjCInterfaceDecl *Interface = impl->getClassInterface()) { in searchFrom() local
4266 if (ObjCInterfaceDecl *Interface = impl->getClassInterface()) in searchFrom() local
H A DSemaExprMember.cpp1355 else if (auto *Interface = dyn_cast<ObjCInterfaceDecl>(D)) in LookupMemberExpr() local
H A DSemaCodeComplete.cpp195 if (ObjCInterfaceDecl *Interface = Method->getClassInterface()) in ResultBuilder() local
3938 if (ObjCInterfaceDecl *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) { in getContainerDef() local
6355 if (const ObjCObjectType *Interface = T->getAs<ObjCObjectType>()) in AddClassMessageCompletions() local
H A DSemaDeclAttr.cpp7468 if (const ObjCInterfaceDecl *Interface = CatOrImpl->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local
7474 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp551 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases() local
H A DDynamicTypePropagation.cpp754 const ObjCInterfaceDecl *Interface = Method->getClassInterface(); in checkPreObjCMessage() local
H A DNullabilityChecker.cpp836 auto Interface = Decl->getClassInterface(); in checkPostObjCMessage() local
H A DBasicObjCFoundationChecks.cpp1198 if (const ObjCInterfaceDecl *Interface = M.getReceiverInterface()) { in checkPostObjCMessage() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp3296 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local
3465 ObjCInterfaceDecl *Interface = in GenerateClass() local
4845 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
6474 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory() local
6995 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
H A DCGObjCGNU.cpp1606 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
3968 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
H A DCGExpr.cpp4578 llvm::Value *CodeGenFunction::EmitIvarOffset(const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h250 enum class PDB_UdtType { Struct, Class, Union, Interface }; enumerator
/freebsd-12.1/sys/dev/ce/
H A Dtau32-ddk.h411 int Interface; member
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h394 Interface = 0x03 enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp4063 ObjCInterfaceDecl *Interface; member in __anonf165d1090511::ObjCCategoriesVisitor
4111 ObjCInterfaceDecl *Interface, in ObjCCategoriesVisitor()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2102 Interface, ///< 'export module X;' enumerator