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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp178 Selector GetterSel,
201 GetterSel, ODS.getGetterNameLoc(),
213 GetterSel, ODS.getGetterNameLoc(), SetterSel,
416 Selector GetterSel,
478 if (PIDecl->getGetterName() != GetterSel) {
482 << PIDecl->getGetterName() << GetterSel;
487 GetterSel = PIDecl->getGetterName();
520 FD, GetterSel, GetterNameLoc,
570 Selector GetterSel,
652 PDecl->setGetterName(GetterSel, GetterNameLo
174 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
412 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, unsigned &Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind) argument
565 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
[all...]
H A DSemaExprObjC.cpp2195 Selector GetterSel; local
2199 GetterSel = PD->getGetterName();
2202 GetterSel = PP.getSelectorTable().getNullarySelector(&propertyName);
2208 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel);
2212 Getter = IFace->lookupPrivateClassMethod(GetterSel);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp753 Selector GetterSel = PP.getSelectorTable().getNullarySelector(SelName);
763 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4095 Selector GetterSel,
4113 Selector GetterSel,
9367 Selector GetterSel, Selector SetterSel,

Completed in 294 milliseconds