Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp247 if (const ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) { in VisitObjCMessageExpr() local
298 } else if (const ObjCMethodDecl *Getter = E->getImplicitPropertyGetter()) { in VisitObjCPropertyRefExpr() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h665 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr()
675 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr()
686 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr()
814 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
H A DDeclCXX.h4153 IdentifierInfo *Getter, IdentifierInfo *Setter) in MSPropertyDecl()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp268 ObjCMethodDecl *Getter; member in __anon0c3a01290111::ObjCPropertyOpBuilder
1128 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
H A DSemaExprObjC.cpp2036 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr() local
2218 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr() local
4189 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) in CheckObjCBridgeRelatedCast() local
H A DSemaExprMember.cpp1567 ObjCMethodDecl *Getter; in LookupMemberExpr() local
H A DSemaDeclObjC.cpp4002 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd() local
4864 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration() local
H A DSemaCodeComplete.cpp7397 CodeCompletionBuilder Getter(Results.getAllocator(), in CodeCompleteObjCPropertyFlags() local
H A DTreeTransform.h3725 ObjCMethodDecl *Getter, in RebuildObjCPropertyRefExpr()
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp67 for (const auto &Getter : AllowedTypes) in mutateModule() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysis.cpp838 for (auto &Getter : ResultGetters) in run() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp219 const std::string Getter = in EmitSubtargetInfoMacroCalls() local
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp851 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2651 const ObjCMethodDecl *Getter) { in hasDefaultGetterName()
2854 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
2956 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition() local
H A DCodeGenModule.cpp6144 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations() local
/openbsd/gnu/llvm/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.cpp7038 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
7288 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp455 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp221 RuntimeFunction Getter; member
2443 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; in initialize() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp1224 if (const auto *Getter = Node->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr() local
H A DDeclCXX.cpp3333 IdentifierInfo *Getter, in Create()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1487 auto *Getter = readDeclAs<ObjCMethodDecl>(); in VisitObjCPropertyRefExpr() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1692 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size); in getShadowOriginPtrKernelNoVec() local