Searched defs:Ivar (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp310 ObjCIvarDecl *Ivar; member in class:__anon3103::PropertiesRewriter::PlusOneAssign
/freebsd-10-stable/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
79 ComputeBitfieldBitOffset( CodeGen::CodeGenModule &CGM, const ObjCInterfaceDecl *ID, const ObjCIvarDecl *Ivar) argument
86 EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *OID, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers, llvm::Value *Offset) argument
[all...]
H A DCGExpr.cpp3077 EmitIvarOffset(const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
3082 EmitLValueForIvar(QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
H A DCGObjC.cpp1364 ObjCIvarDecl *Ivar = cast<ObjCIvarDecl>(Field); local
H A DCGObjCGNU.cpp2777 ObjCIvarOffsetVariable( const ObjCInterfaceDecl *ID, const ObjCIvarDecl *Ivar) argument
2823 EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
2850 EmitIvarOffset(CodeGenFunction &CGF, const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
[all...]
H A DCGObjCMac.cpp3324 llvm::Constant *Ivar[] = { local
4265 EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
4276 EmitIvarOffset(CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
6120 ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID, const ObjCIvarDecl *Ivar) argument
6138 EmitIvarOffsetVar(const ObjCInterfaceDecl *ID, const ObjCIvarDecl *Ivar, unsigned long int Offset) argument
6191 llvm::Constant *Ivar[5]; local
6474 EmitObjCValueForIvar( CodeGen::CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
6492 EmitIvarOffset( CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp776 void clang::index::generateUSRForObjCIvar(StringRef Ivar, raw_ostream &OS) { argument
777 OS << '@' << Ivar; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1126 ObjCIvarDecl *Ivar; member in struct:__anon3133::SynthesizeIvarChunk
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1140 Ivar enumerator in enum:__anon3359
H A DSemaObjCProperty.cpp938 ObjCIvarDecl *Ivar = 0; local
1271 ObjCIvarDecl *Ivar = 0; local
[all...]
H A DSemaDeclObjC.cpp2480 ObjCIvarDecl* Ivar = *IVI; local
H A DSemaDecl.cpp11760 ObjCIvarDecl *Ivar = cast<ObjCIvarDecl>(ivarDecl); local
H A DTreeTransform.h2435 ExprResult RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h2141 void setPropertyIvarDecl(ObjCIvarDecl *Ivar) { argument
2238 void setPropertyIvarDecl(ObjCIvarDecl *Ivar, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp3972 ObjCIvarDecl *Ivar = IVars[i]; local

Completed in 426 milliseconds