Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp275 ObjCMethodDecl *Getter; member in __anonb581425c0111::ObjCPropertyOpBuilder
1061 ObjCMethodDecl *Getter = S.ObjC().LookupMethodInObjectType( in CheckKeyForObjCARCConversion() local
H A DSemaExprObjC.cpp2050 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr() local
2231 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr() local
4201 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) in CheckObjCBridgeRelatedCast() local
H A DSemaExprMember.cpp1613 ObjCMethodDecl *Getter; in LookupMemberExpr() local
H A DSemaDeclObjC.cpp4006 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd() local
4877 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration() local
H A DSemaCodeComplete.cpp7555 CodeCompletionBuilder Getter(Results.getAllocator(), in CodeCompleteObjCPropertyFlags() local
H A DTreeTransform.h3867 ObjCMethodDecl *Getter, in RebuildObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp836 for (auto &Getter : ResultGetters) in run() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp66 for (const auto &Getter : AllowedTypes) in mutateModule() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp231 const std::string Getter = in EmitSubtargetInfoMacroCalls() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2922 const ObjCMethodDecl *Getter) { in hasDefaultGetterName()
3125 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
3227 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition() local
H A DCodeGenModule.cpp6732 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1280 if (const auto *Getter = Node->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr() local
H A DDeclCXX.cpp3420 IdentifierInfo *Getter, in Create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp316 RuntimeFunction Getter; member
2566 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; in initialize() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7035 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
7285 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1523 auto *Getter = readDeclAs<ObjCMethodDecl>(); in VisitObjCPropertyRefExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4247 IdentifierInfo *Getter, IdentifierInfo *Setter) in MSPropertyDecl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1785 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size); in getShadowOriginPtrKernelNoVec() local