Home
last modified time | relevance | path

Searched refs:GetterSel (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp181 Selector GetterSel, in ActOnProperty() argument
203 GetterSel, ODS.getGetterNameLoc(), in ActOnProperty()
215 GetterSel, ODS.getGetterNameLoc(), SetterSel, in ActOnProperty()
418 Selector GetterSel, in HandlePropertyInClassExtension() argument
479 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()
483 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()
488 GetterSel = PIDecl->getGetterName(); in HandlePropertyInClassExtension()
521 FD, GetterSel, GetterNameLoc, in HandlePropertyInClassExtension()
571 Selector GetterSel, in CreatePropertyDecl() argument
652 PDecl->setGetterName(GetterSel, GetterNameLoc); in CreatePropertyDecl()
HDSemaExprObjC.cpp2080 Selector GetterSel; in ActOnClassPropertyRefExpr() local
2084 GetterSel = PD->getGetterName(); in ActOnClassPropertyRefExpr()
2087 GetterSel = PP.getSelectorTable().getNullarySelector(&propertyName); in ActOnClassPropertyRefExpr()
2093 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr()
2097 Getter = IFace->lookupPrivateClassMethod(GetterSel); in ActOnClassPropertyRefExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp752 Selector GetterSel = PP.getSelectorTable().getNullarySelector(SelName); in ParseObjCInterfaceDeclList() local
762 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, in ParseObjCInterfaceDeclList()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3916 Selector GetterSel,
3934 Selector GetterSel,
9092 Selector GetterSel, Selector SetterSel,