Searched defs:OID (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp28 LookupFieldBitOffset(CodeGen::CodeGenModule &CGM, const ObjCInterfaceDecl *OID, const ObjCImplementationDecl *ID, const ObjCIvarDecl *Ivar) argument
64 ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, const ObjCInterfaceDecl *OID, const ObjCIvarDecl *Ivar) argument
71 ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, const ObjCImplementationDecl *OID, const ObjCIvarDecl *Ivar) argument
85 EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *OID, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers, llvm::Value *Offset) argument
H A DCGObjC.cpp319 ObjCInterfaceDecl *OID = 0; local
H A DCGObjCGNU.cpp2060 llvm::Constant *CGObjCGNU::GeneratePropertyList(const ObjCImplementationDecl *OID, argument
2139 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { argument
1033 GetClass(CodeGenFunction &CGF, const ObjCInterfaceDecl *OID) argument
2811 FindIvarInterface(ASTContext &Context, const ObjCInterfaceDecl *OID, const ObjCIvarDecl *OIVD) argument
[all...]
H A DCGObjCMac.cpp3316 const ObjCInterfaceDecl *OID = ID->getClassInterface(); local
1699 hasObjCExceptionAttribute(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
5702 const ObjCInterfaceDecl *OID = ID->getClassInterface(); local
5777 GetClassSizeInfo(const ObjCImplementationDecl *OID, uint32_t &InstanceStart, uint32_t &InstanceSize) argument
6170 const ObjCInterfaceDecl *OID = ID->getClassInterface(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp947 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { argument
971 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { argument
[all...]
H A DDeclObjC.cpp219 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this); local
776 createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
H A DASTContext.cpp4885 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container); local
4941 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp758 static std::string getIvarAccessString(ObjCIvarDecl *OID) { argument
787 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); local
1176 RewriteImplementationDecl(Decl *OID) argument
[all...]
H A DRewriteModernObjC.cpp941 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); local
1356 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { argument
7257 hasObjCExceptionAttribute(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
[all...]

Completed in 270 milliseconds