/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 668 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 D | DeclCXX.h | 4233 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 D | SemaPseudoObject.cpp | 273 ObjCMethodDecl *Getter; global() member in __anon6d48d9ae0111::ObjCPropertyOpBuilder 1133 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, CheckKeyForObjCARCConversion() local [all...] |
H A D | SemaExprObjC.cpp | 2038 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 D | SemaExprMember.cpp | 1600 ObjCMethodDecl *Getter; LookupMemberExpr() local
|
H A D | SemaDeclObjC.cpp | 4001 if (auto *Getter = PropImpl->getGetterMethodDecl()) ActOnAtEnd() local 4864 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) ActOnMethodDeclaration() local
|
H A D | SemaCodeComplete.cpp | 7487 CodeCompletionBuilder Getter(Results.getAllocator(), CodeCompleteObjCPropertyFlags() local
|
H A D | TreeTransform.h | 3812 RebuildObjCPropertyRefExpr(Expr * Base,QualType T,ObjCMethodDecl * Getter,ObjCMethodDecl * Setter,SourceLocation PropertyLoc) RebuildObjCPropertyRefExpr() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 834 for (auto &Getter : ResultGetters) run() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 65 for (const auto &Getter : AllowedTypes) mutateModule() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 231 const std::string Getter = in EmitSubtargetInfoMacroCalls() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2796 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 D | CodeGenModule.cpp | 6586 auto *Getter = PID->getGetterMethodDecl(); EmitObjCPropertyImplementations() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5362 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() local 5640 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
|
H A D | RewriteModernObjC.cpp | 7037 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 D | ObjCMT.cpp | 452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 1234 if (const auto *Getter = Node->getImplicitPropertyGetter()) VisitObjCPropertyRefExpr() local
|
H A D | DeclCXX.cpp | 3386 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 D | OpenMPOpt.cpp | 316 RuntimeFunction Getter; member 2567 if (Getter.Declaration == getAssociatedFunction()) { in initialize() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1516 auto *Getter = readDeclAs<ObjCMethodDecl>(); VisitObjCPropertyRefExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1768 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size); getShadowOriginPtrKernelNoVec() local
|