Searched refs:Interface (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2866 if (ObjCInterfaceDecl *Interface = Category->getClassInterface())
2867 searchFromContainer(Interface);
2916 if (ObjCInterfaceDecl *Interface = category->getClassInterface())
2917 search(Interface);
2920 } else if (ObjCInterfaceDecl *Interface = impl->getClassInterface()) {
2921 search(Interface);
2949 if (ObjCInterfaceDecl *Interface = impl->getClassInterface())
2950 search(Interface);
H A DSemaCodeComplete.cpp192 if (ObjCInterfaceDecl *Interface = Method->getClassInterface())
193 ObjCImplementation = Interface->getImplementation();
3450 if (ObjCInterfaceDecl *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) {
3451 if (Interface->hasDefinition())
3452 return Interface->getDefinition();
3454 return Interface;
5417 if (const ObjCObjectType *Interface = T->getAs<ObjCObjectType>())
5418 CDecl = Interface->getInterface();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2828 ObjCInterfaceDecl *Interface; member in class:__anon3494::ObjCCategoriesVisitor
2857 << Interface->getDeclName() << Cat->getDeclName();
2869 Interface->setCategoryListRaw(Cat);
2876 ObjCInterfaceDecl *Interface,
2879 : Reader(Reader), InterfaceID(InterfaceID), Interface(Interface),
2885 Cat = Interface->known_categories_begin(),
2886 CatEnd = Interface->known_categories_end();
2874 ObjCCategoriesVisitor(ASTReader &Reader, serialization::GlobalDeclID InterfaceID, ObjCInterfaceDecl *Interface, llvm::SmallPtrSet<ObjCCategoryDecl *, 16> &Deserialized, unsigned PreviousGeneration) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1172 if (const ObjCInterfaceDecl *Interface = M.getReceiverInterface()) {
1188 FoundationClass Cl = findKnownClass(Interface);
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm37 ! in section 3 of the System V Application Binary Interface, Intel386
H A Dsol2-gc1.asm37 ! in section 3 of the System V Application Binary Interface, Intel386
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp560 const ObjCInterfaceDecl *Interface,
2851 const ObjCInterfaceDecl *Interface,
2854 Interface = FindIvarInterface(CGM.getContext(), Interface, Ivar);
2858 ObjCIvarOffsetVariable(Interface, Ivar), false, "ivar")),
2861 Interface->getNameAsString() +"." + Ivar->getNameAsString();
2872 uint64_t Offset = ComputeIvarBaseOffset(CGF.CGM, Interface, Ivar);
2850 EmitIvarOffset(CodeGenFunction &CGF, const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
H A DCGExpr.cpp3077 llvm::Value *CodeGenFunction::EmitIvarOffset(const ObjCInterfaceDecl *Interface, argument
3079 return CGM.getObjCRuntime().EmitIvarOffset(*this, Interface, Ivar);
H A DCodeGenFunction.h2035 llvm::Value *EmitIvarOffset(const ObjCInterfaceDecl *Interface,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp939 ObjCInterfaceDecl *Interface local
942 *Def = Interface;
943 return !Interface->hasDefinition();

Completed in 163 milliseconds

12