/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexBody.cpp | 247 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 D | ExprObjC.h | 665 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 D | DeclCXX.h | 4153 IdentifierInfo *Getter, IdentifierInfo *Setter) in MSPropertyDecl()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 268 ObjCMethodDecl *Getter; member in __anon0c3a01290111::ObjCPropertyOpBuilder 1128 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
|
H A D | SemaExprObjC.cpp | 2036 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 D | SemaExprMember.cpp | 1567 ObjCMethodDecl *Getter; in LookupMemberExpr() local
|
H A D | SemaDeclObjC.cpp | 4002 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd() local 4864 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration() local
|
H A D | SemaCodeComplete.cpp | 7397 CodeCompletionBuilder Getter(Results.getAllocator(), in CodeCompleteObjCPropertyFlags() local
|
H A D | TreeTransform.h | 3725 ObjCMethodDecl *Getter, in RebuildObjCPropertyRefExpr()
|
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 67 for (const auto &Getter : AllowedTypes) in mutateModule() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 838 for (auto &Getter : ResultGetters) in run() local
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 219 const std::string Getter = in EmitSubtargetInfoMacroCalls() local
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 851 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2651 const ObjCMethodDecl *Getter) { in hasDefaultGetterName() 2854 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local 2956 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition() local
|
H A D | CodeGenModule.cpp | 6144 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations() local
|
/openbsd/gnu/llvm/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 | 7038 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 D | ObjCMT.cpp | 455 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 221 RuntimeFunction Getter; member 2443 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; in initialize() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 1224 if (const auto *Getter = Node->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr() local
|
H A D | DeclCXX.cpp | 3333 IdentifierInfo *Getter, in Create()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1487 auto *Getter = readDeclAs<ObjCMethodDecl>(); in VisitObjCPropertyRefExpr() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1692 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size); in getShadowOriginPtrKernelNoVec() local
|