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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp29 LookupFieldBitOffset(CodeGen::CodeGenModule &CGM, const ObjCInterfaceDecl *OID, const ObjCImplementationDecl *ID, const ObjCIvarDecl *Ivar) argument
65 ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, const ObjCInterfaceDecl *OID, const ObjCIvarDecl *Ivar) argument
72 ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, const ObjCImplementationDecl *OID, const ObjCIvarDecl *Ivar) argument
86 EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *OID, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers, llvm::Value *Offset) argument
H A DCGObjC.cpp375 ObjCInterfaceDecl *OID = nullptr; local
H A DCGObjCGNU.cpp2081 llvm::Constant *CGObjCGNU::GeneratePropertyList(const ObjCImplementationDecl *OID, argument
2156 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { argument
1045 GetClass(CodeGenFunction &CGF, const ObjCInterfaceDecl *OID) argument
2830 FindIvarInterface(ASTContext &Context, const ObjCInterfaceDecl *OID, const ObjCIvarDecl *OIVD) argument
[all...]
H A DCGObjCMac.cpp3462 const ObjCInterfaceDecl *OID = ID->getClassInterface(); local
1685 hasObjCExceptionAttribute(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
5807 const ObjCInterfaceDecl *OID = ID->getClassInterface(); local
5883 GetClassSizeInfo(const ObjCImplementationDecl *OID, uint32_t &InstanceStart, uint32_t &InstanceSize) argument
6304 const ObjCInterfaceDecl *OID = ID->getClassInterface(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1076 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { argument
1107 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { argument
[all...]
H A DDeclObjC.cpp227 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this); local
977 getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID, bool &selfIsPseudoStrong, bool &selfIsConsumed) argument
1022 createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
H A DASTContext.cpp5284 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container); local
5376 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp756 static std::string getIvarAccessString(ObjCIvarDecl *OID) { argument
785 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); local
1162 RewriteImplementationDecl(Decl *OID) argument
[all...]
H A DRewriteModernObjC.cpp950 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); local
1357 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { argument
7126 hasObjCExceptionAttribute(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
[all...]
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1648 #define OID 0x0f macro
H A Daic79xx_reg.h3716 #define OID 0x0f macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp90 const ObjCInterfaceDecl *OID = OMD->getClassInterface(); local

Completed in 489 milliseconds