Searched defs:Getter (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3943 MSPropertyDecl(DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, IdentifierInfo *Getter, IdentifierInfo *Setter) argument
H A DExprObjC.h670 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
681 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
691 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
818 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp463 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2615 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); local
2343 hasDefaultGetterName(const ObjCPropertyDecl *PD, const ObjCMethodDecl *Getter) argument
H A DCodeGenModule.cpp5167 auto *Getter = PID->getGetterMethodDecl(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1912 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); local
2093 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); local
[all...]
H A DSemaPseudoObject.cpp275 ObjCMethodDecl *Getter; member in class:__anon664::ObjCPropertyOpBuilder
1136 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, local
[all...]
H A DTreeTransform.h3278 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1371 auto *Getter = readDeclAs<ObjCMethodDecl>(); local

Completed in 321 milliseconds