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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1378 ObjCMethodDecl *GetterMethod,
1380 if (!GetterMethod)
1382 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType();
1396 << GetterMethod->getSelector() << GetterType;
1397 Diag(GetterMethod->getLocation(), diag::note_declared_at);
1411 << GetterMethod->getSelector();
1412 Diag(GetterMethod->getLocation(), diag::note_declared_at);
1756 ObjCMethodDecl *GetterMethod = nullptr; local
1765 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName());
1768 if (GetterMethod) {
1377 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, ObjCMethodDecl *GetterMethod, SourceLocation Loc) argument
1908 ObjCMethodDecl *GetterMethod, *SetterMethod; local
[all...]

Completed in 43 milliseconds