/llvm-project/offload/include/Shared/ |
H A D | EnvironmentVar.h | 109 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 D | IndexBody.cpp | 261 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 D | ExprObjC.h | 668 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 D | DeclCXX.h | 4240 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 D | SemaPseudoObject.cpp | 275 ObjCMethodDecl *Getter; global() member in __anon9f4a5acf0111::ObjCPropertyOpBuilder 1061 ObjCMethodDecl *Getter = S.ObjC().LookupMethodInObjectType( CheckKeyForObjCARCConversion() local [all...] |
H A D | SemaExprObjC.cpp | 2050 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 D | SemaExprMember.cpp | 1610 ObjCMethodDecl *Getter; LookupMemberExpr() local
|
H A D | SemaDeclObjC.cpp | 4006 if (auto *Getter = PropImpl->getGetterMethodDecl()) ActOnAtEnd() local 4877 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) ActOnMethodDeclaration() local
|
H A D | SemaCodeComplete.cpp | 7555 CodeCompletionBuilder Getter(Results.getAllocator(), CodeCompleteObjCPropertyFlags() local
|
H A D | TreeTransform.h | 3864 RebuildObjCPropertyRefExpr(Expr * Base,QualType T,ObjCMethodDecl * Getter,ObjCMethodDecl * Setter,SourceLocation PropertyLoc) RebuildObjCPropertyRefExpr() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 834 for (auto &Getter : ResultGetters) run() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 66 for (const auto &Getter : AllowedTypes) in mutateModule() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 847 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 231 const std::string Getter = EmitSubtargetInfoMacroCalls() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2922 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 D | CodeGenModule.cpp | 6710 auto *Getter = PID->getGetterMethodDecl(); EmitObjCPropertyImplementations() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5362 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) RewriteObjCClassMetaData() local 5640 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) RewriteObjCCategoryImplDecl() local
|
H A D | RewriteModernObjC.cpp | 7035 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) RewriteObjCClassMetaData() local 7285 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) RewriteObjCCategoryImplDecl() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 452 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 D | StmtPrinter.cpp | 1270 if (const auto *Getter = Node->getImplicitPropertyGetter()) VisitObjCPropertyRefExpr() local
|
H A D | DeclCXX.cpp | 3404 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 D | OpenMPOpt.cpp | 316 RuntimeFunction Getter; global() member 2568 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; initialize() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1526 auto *Getter = readDeclAs<ObjCMethodDecl>(); VisitObjCPropertyRefExpr() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1784 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size); getShadowOriginPtrKernelNoVec() local
|