Home
last modified time | relevance | path

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

12

/external/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/
DTextFormat.java157 public abstract static class Getter<C> { class in TextFormat
/external/llvm/include/llvm/Support/
DRegistry.h130 GetRegistry Getter = in import() local
/external/llvm-project/clang/lib/Index/
DIndexBody.cpp243 if (const ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) { in VisitObjCMessageExpr() local
297 } else if (const ObjCMethodDecl *Getter = E->getImplicitPropertyGetter()) { in VisitObjCPropertyRefExpr() local
/external/llvm-project/llvm/lib/FuzzMutate/
DIRMutator.cpp57 for (const auto &Getter : AllowedTypes) in mutateModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DIRMutator.cpp57 for (const auto &Getter : AllowedTypes) in mutateModule() local
/external/perfetto/ui/src/frontend/
Drecord_widgets.ts27 declare type Getter<T> = (cfg: RecordConfig) => T; alias
/external/llvm-project/clang/include/clang/AST/
DExprObjC.h665 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()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp269 ObjCMethodDecl *Getter; member in __anon023896250111::ObjCPropertyOpBuilder
1123 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
DSemaExprObjC.cpp1818 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr() local
1989 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); in ActOnClassPropertyRefExpr() local
3814 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) in CheckObjCBridgeRelatedCast() local
DSemaExprMember.cpp1584 ObjCMethodDecl *Getter; in LookupMemberExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp268 ObjCMethodDecl *Getter; member in __anon2c7334130111::ObjCPropertyOpBuilder
1128 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
DSemaExprObjC.cpp2037 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr() local
2219 ObjCMethodDecl *Getter = IFace->lookupClassMethod(GetterSel); in ActOnClassPropertyRefExpr() local
4194 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) in CheckObjCBridgeRelatedCast() local
DSemaExprMember.cpp1551 ObjCMethodDecl *Getter; in LookupMemberExpr() local
DSemaDeclObjC.cpp3986 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd() local
4842 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration() local
/external/llvm-project/llvm/lib/Analysis/
DAliasAnalysis.cpp868 for (auto &Getter : ResultGetters) in run() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp118 RuntimeFunction Getter; member
1965 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; in initialize() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1771 const ObjCMethodDecl *Getter) { in hasDefaultGetterName()
1933 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
2022 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp844 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp837 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2467 const ObjCMethodDecl *Getter) { in hasDefaultGetterName()
2666 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
2755 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition() local
/external/clang/lib/AST/
DDeclCXX.cpp2313 IdentifierInfo *Getter, in Create()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5367 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
5645 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5374 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
5652 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp455 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1040 if (const auto *Getter = Node->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr() local

12