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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1224 ObjCMethodDecl *GetterMethod,
1226 if (!GetterMethod)
1228 QualType GetterType = GetterMethod->getResultType().getNonReferenceType();
1242 << GetterMethod->getSelector() << GetterType;
1243 Diag(GetterMethod->getLocation(), diag::note_declared_at);
1257 << GetterMethod->getSelector();
1258 Diag(GetterMethod->getLocation(), diag::note_declared_at);
1710 ObjCMethodDecl *GetterMethod = 0; local
1719 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName());
1722 if (GetterMethod) {
1223 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, ObjCMethodDecl *GetterMethod, SourceLocation Loc) argument
1844 ObjCMethodDecl *GetterMethod, *SetterMethod; local
[all...]

Completed in 59 milliseconds