Searched refs:GetterSel (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 176 ObjCDeclSpec &ODS, Selector GetterSel, in ActOnProperty() argument 199 GetterSel, ODS.getGetterNameLoc(), in ActOnProperty() 211 GetterSel, ODS.getGetterNameLoc(), SetterSel, in ActOnProperty() 406 FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, in HandlePropertyInClassExtension() argument 462 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension() 466 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension() 471 GetterSel = PIDecl->getGetterName(); in HandlePropertyInClassExtension() 504 FD, GetterSel, GetterNameLoc, in HandlePropertyInClassExtension() 552 SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, in CreatePropertyDecl() argument 628 PDecl->setGetterName(GetterSel, GetterNameLoc); in CreatePropertyDecl()
|
H A D | SemaExprObjC.cpp | 2217 Selector GetterSel; in ActOnClassPropertyRefExpr() local 2221 GetterSel = PD->getGetterName(); in ActOnClassPropertyRefExpr() 2224 GetterSel = SemaRef.PP.getSelectorTable().getNullarySelector(&propertyName); in ActOnClassPropertyRefExpr() 2231 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr() 2235 Getter = IFace->lookupPrivateClassMethod(GetterSel); in ActOnClassPropertyRefExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 955 Selector GetterSel, Selector SetterSel, 970 FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, 980 Selector GetterSel, SourceLocation GetterNameLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 807 Selector GetterSel = PP.getSelectorTable().getNullarySelector(SelName); in ParseObjCInterfaceDeclList() local 817 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, in ParseObjCInterfaceDeclList()
|