/freebsd/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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 275 ObjCMethodDecl *Getter; member in __anonb581425c0111::ObjCPropertyOpBuilder 1061 ObjCMethodDecl *Getter = S.ObjC().LookupMethodInObjectType( in CheckKeyForObjCARCConversion() local
|
H A D | SemaExprObjC.cpp | 2050 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 D | SemaExprMember.cpp | 1613 ObjCMethodDecl *Getter; in LookupMemberExpr() local
|
H A D | SemaDeclObjC.cpp | 4006 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd() local 4877 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration() local
|
H A D | SemaCodeComplete.cpp | 7555 CodeCompletionBuilder Getter(Results.getAllocator(), in CodeCompleteObjCPropertyFlags() local
|
H A D | TreeTransform.h | 3867 ObjCMethodDecl *Getter, in RebuildObjCPropertyRefExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 836 for (auto &Getter : ResultGetters) in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 66 for (const auto &Getter : AllowedTypes) in mutateModule() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 231 const std::string Getter = in EmitSubtargetInfoMacroCalls() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2922 const ObjCMethodDecl *Getter) { in hasDefaultGetterName() 3125 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local 3227 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition() local
|
H A D | CodeGenModule.cpp | 6732 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 1280 if (const auto *Getter = Node->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr() local
|
H A D | DeclCXX.cpp | 3420 IdentifierInfo *Getter, in Create()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 316 RuntimeFunction Getter; member 2566 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; in initialize() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 7035 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 D | ASTReaderStmt.cpp | 1523 auto *Getter = readDeclAs<ObjCMethodDecl>(); in VisitObjCPropertyRefExpr() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 4247 IdentifierInfo *Getter, IdentifierInfo *Setter) in MSPropertyDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1785 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size); in getShadowOriginPtrKernelNoVec() local
|