Home
last modified time | relevance | path

Searched defs:Getter (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp261 if (const ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) { in VisitObjCMessageExpr() local
312 } else if (const ObjCMethodDecl *Getter = E->getImplicitPropertyGetter()) { in VisitObjCPropertyRefExpr() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr()
678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr()
689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr()
817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
H A DDeclCXX.h4233 MSPropertyDecl(DeclContext * DC,SourceLocation L,DeclarationName N,QualType T,TypeSourceInfo * TInfo,SourceLocation StartL,IdentifierInfo * Getter,IdentifierInfo * Setter) MSPropertyDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp273 ObjCMethodDecl *Getter; global() member in __anon6d48d9ae0111::ObjCPropertyOpBuilder
1133 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, CheckKeyForObjCARCConversion() local
[all...]
H A DSemaExprObjC.cpp2038 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); HandleExprPropertyRefExpr() local
2220 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); ActOnClassPropertyRefExpr() local
4194 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) CheckObjCBridgeRelatedCast() local
[all...]
H A DSemaExprMember.cpp1600 ObjCMethodDecl *Getter; LookupMemberExpr() local
H A DSemaDeclObjC.cpp4001 if (auto *Getter = PropImpl->getGetterMethodDecl()) ActOnAtEnd() local
4864 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) ActOnMethodDeclaration() local
H A DSemaCodeComplete.cpp7487 CodeCompletionBuilder Getter(Results.getAllocator(), CodeCompleteObjCPropertyFlags() local
H A DTreeTransform.h3812 RebuildObjCPropertyRefExpr(Expr * Base,QualType T,ObjCMethodDecl * Getter,ObjCMethodDecl * Setter,SourceLocation PropertyLoc) RebuildObjCPropertyRefExpr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp834 for (auto &Getter : ResultGetters) run() local
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp65 for (const auto &Getter : AllowedTypes) mutateModule() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp231 const std::string Getter = in EmitSubtargetInfoMacroCalls() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2796 hasDefaultGetterName(const ObjCPropertyDecl * PD,const ObjCMethodDecl * Getter) hasDefaultGetterName() argument
2999 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); CreateTypeDefinition() local
3101 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); CreateTypeDefinition() local
H A DCodeGenModule.cpp6586 auto *Getter = PID->getGetterMethodDecl(); EmitObjCPropertyImplementations() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5362 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
5640 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
H A DRewriteModernObjC.cpp7037 InstanceMethods.push_back(Getter); in RewriteObjCClassMetaData() local
7287 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) RewriteObjCCategoryImplDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1234 if (const auto *Getter = Node->getImplicitPropertyGetter()) VisitObjCPropertyRefExpr() local
H A DDeclCXX.cpp3386 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName N,QualType T,TypeSourceInfo * TInfo,SourceLocation StartL,IdentifierInfo * Getter,IdentifierInfo * Setter) Create() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp316 RuntimeFunction Getter; member
2567 if (Getter.Declaration == getAssociatedFunction()) { in initialize() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1516 auto *Getter = readDeclAs<ObjCMethodDecl>(); VisitObjCPropertyRefExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1768 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size); getShadowOriginPtrKernelNoVec() local