Home
last modified time | relevance | path

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

/llvm-project/offload/include/Shared/
H A DEnvironmentVar.h109 Envar(llvm::StringRef Name,GetterFunctor Getter,SetterFunctor Setter,llvm::Error & Err) Envar() argument
162 init(llvm::StringRef Name,GetterFunctor Getter,SetterFunctor Setter) init() argument
/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
/llvm-project/clang/include/clang/AST/
H A DExprObjC.h668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() argument
678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() argument
689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() argument
817 setImplicitProperty(ObjCMethodDecl * Getter,ObjCMethodDecl * Setter,unsigned methRefFlags) setImplicitProperty() argument
H A DDeclCXX.h4240 MSPropertyDecl(DeclContext * DC,SourceLocation L,DeclarationName N,QualType T,TypeSourceInfo * TInfo,SourceLocation StartL,IdentifierInfo * Getter,IdentifierInfo * Setter) MSPropertyDecl() argument
/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp275 ObjCMethodDecl *Getter; global() member in __anon9f4a5acf0111::ObjCPropertyOpBuilder
1061 ObjCMethodDecl *Getter = S.ObjC().LookupMethodInObjectType( CheckKeyForObjCARCConversion() local
[all...]
H A DSemaExprObjC.cpp2050 if (SemaRef.DiagnoseUseOfDecl(Getter, MemberLoc)) in HandleExprPropertyRefExpr() local
2231 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); ActOnClassPropertyRefExpr() local
4201 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) CheckObjCBridgeRelatedCast() local
[all...]
H A DSemaExprMember.cpp1610 ObjCMethodDecl *Getter; LookupMemberExpr() local
H A DSemaDeclObjC.cpp4006 if (auto *Getter = PropImpl->getGetterMethodDecl()) ActOnAtEnd() local
4877 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) ActOnMethodDeclaration() local
H A DSemaCodeComplete.cpp7555 CodeCompletionBuilder Getter(Results.getAllocator(), CodeCompleteObjCPropertyFlags() local
H A DTreeTransform.h3864 RebuildObjCPropertyRefExpr(Expr * Base,QualType T,ObjCMethodDecl * Getter,ObjCMethodDecl * Setter,SourceLocation PropertyLoc) RebuildObjCPropertyRefExpr() argument
/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp834 for (auto &Getter : ResultGetters) run() local
/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp66 for (const auto &Getter : AllowedTypes) in mutateModule() local
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp847 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp231 const std::string Getter = EmitSubtargetInfoMacroCalls() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2922 hasDefaultGetterName(const ObjCPropertyDecl * PD,const ObjCMethodDecl * Getter) hasDefaultGetterName() argument
3125 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); CreateTypeDefinition() local
3227 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); CreateTypeDefinition() local
H A DCodeGenModule.cpp6710 auto *Getter = PID->getGetterMethodDecl(); EmitObjCPropertyImplementations() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5362 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) RewriteObjCClassMetaData() local
5640 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) RewriteObjCCategoryImplDecl() local
H A DRewriteModernObjC.cpp7035 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) RewriteObjCClassMetaData() local
7285 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) RewriteObjCCategoryImplDecl() local
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp452 rewriteToObjCProperty(const ObjCMethodDecl * Getter,const ObjCMethodDecl * Setter,const NSAPI & NS,edit::Commit & commit,unsigned LengthOfPrefix,bool Atomic,bool UseNsIosOnlyMacro,bool AvailabilityArgsMatch) rewriteToObjCProperty() argument
/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1270 if (const auto *Getter = Node->getImplicitPropertyGetter()) VisitObjCPropertyRefExpr() local
H A DDeclCXX.cpp3404 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName N,QualType T,TypeSourceInfo * TInfo,SourceLocation StartL,IdentifierInfo * Getter,IdentifierInfo * Setter) Create() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp316 RuntimeFunction Getter; global() member
2568 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; initialize() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1526 auto *Getter = readDeclAs<ObjCMethodDecl>(); VisitObjCPropertyRefExpr() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1784 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size); getShadowOriginPtrKernelNoVec() local