Searched refs:Interface (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7922 if (const ObjCInterfaceDecl *Interface = CatOrImpl->getClassInterface())
7923 if (CheckContext(Interface))
7928 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface())
7929 if (CheckContext(Interface))
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4815 llvm::Value *CodeGenFunction::EmitIvarOffset(const ObjCInterfaceDecl *Interface, argument
4817 return CGM.getObjCRuntime().EmitIvarOffset(*this, Interface, Ivar);
H A DCodeGenFunction.h3578 llvm::Value *EmitIvarOffset(const ObjCInterfaceDecl *Interface,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2424 Interface, ///< 'export module X;' member in class:clang::final::ModuleDeclKind

Completed in 281 milliseconds

123