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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp258 ObjCMethodDecl *Getter; member in class:__anon3459::ObjCPropertyOpBuilder
1068 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, local
[all...]
H A DSemaExprMember.cpp1476 ObjCMethodDecl *Getter; local
H A DSemaExprObjC.cpp1567 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); local
1709 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); local
[all...]
H A DTreeTransform.h2494 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h582 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
593 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
603 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
690 const ObjCMethodDecl *Getter = getImplicitPropertyGetter(); local
749 setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, unsigned methRefFlags) argument
[all...]
H A DDeclCXX.h3087 MSPropertyDecl(DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, IdentifierInfo *Getter, IdentifierInfo *Setter) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp318 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1000 ObjCMethodDecl *Getter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1636 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); local
1710 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); local
1544 hasDefaultGetterName(const ObjCPropertyDecl *PD, const ObjCMethodDecl *Getter) argument

Completed in 204 milliseconds