Searched defs:Ivar (Results 1 - 18 of 18) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h955 void setPropertyIvarDecl(ObjCIvarDecl *Ivar) { argument
2851 void setPropertyIvarDecl(ObjCIvarDecl *Ivar, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp286 ObjCIvarDecl *Ivar; member in class:__anon286::PropertiesRewriter::PlusOneAssign
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5043 ObjCIvarDecl *Ivar = nullptr; local
H A DDeclObjC.cpp1595 ObjCIvarDecl *Ivar; member in struct:__anon239::SynthesizeIvarChunk
[all...]
H A DExpr.cpp3917 FieldDecl *Ivar = IvarRef->getDecl(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4815 EmitIvarOffset(const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
4820 EmitLValueForIvar(QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
H A DCGObjC.cpp1598 ObjCIvarDecl *Ivar = cast<ObjCIvarDecl>(Field); local
H A DCGObjCGNU.cpp526 GetIVarOffsetVariableName(const ObjCInterfaceDecl *ID, const ObjCIvarDecl *Ivar) argument
2861 auto Ivar = Ivars.beginStruct(ObjCIvarTy); local
4033 ObjCIvarOffsetVariable( const ObjCInterfaceDecl *ID, const ObjCIvarDecl *Ivar) argument
4048 EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
4075 EmitIvarOffset(CodeGenFunction &CGF, const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
[all...]
H A DCGObjCMac.cpp5043 EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
5054 EmitIvarOffset(CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
6861 ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID, const ObjCIvarDecl *Ivar) argument
6893 EmitIvarOffsetVar(const ObjCInterfaceDecl *ID, const ObjCIvarDecl *Ivar, unsigned long int Offset) argument
7187 EmitObjCValueForIvar( CodeGen::CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
7200 EmitIvarOffset(CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar) argument
[all...]
H A DCGObjCRuntime.cpp29 ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, const ObjCInterfaceDecl *OID, const ObjCIvarDecl *Ivar) argument
36 ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, const ObjCImplementationDecl *OID, const ObjCIvarDecl *Ivar) argument
44 ComputeBitfieldBitOffset( CodeGen::CodeGenModule &CGM, const ObjCInterfaceDecl *ID, const ObjCIvarDecl *Ivar) argument
52 EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF, const ObjCInterfaceDecl *OID, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers, llvm::Value *Offset) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3792 ObjCIvarDecl *Ivar = IVars[i]; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1039 void clang::index::generateUSRForObjCIvar(StringRef Ivar, raw_ostream &OS) { argument
1040 OS << '@' << Ivar; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1462 Ivar enumerator in enum:__anon589
H A DSemaDecl.cpp887 DeclResult Ivar = LookupIvarInObjCMethod(Result, S, Name); local
16523 ObjCIvarDecl *Ivar local
[all...]
H A DSemaExpr.cpp2746 DeclResult Ivar = LookupIvarInObjCMethod(Lookup, S, II); local
H A DSemaObjCProperty.cpp1212 ObjCIvarDecl *Ivar = nullptr; local
1596 ObjCIvarDecl *Ivar = nullptr; local
[all...]
H A DTreeTransform.h3239 ExprResult RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp436 potentiallyWritesIntoIvar(const Decl *Parent, const ObjCIvarDecl *Ivar) argument

Completed in 554 milliseconds