/external/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/ |
D | TextFormat.java | 157 public abstract static class Getter<C> { class in TextFormat
|
/external/llvm/include/llvm/Support/ |
D | Registry.h | 130 GetRegistry Getter = in import() local
|
/external/llvm-project/clang/lib/Index/ |
D | IndexBody.cpp | 243 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/ |
D | IRMutator.cpp | 57 for (const auto &Getter : AllowedTypes) in mutateModule() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | IRMutator.cpp | 57 for (const auto &Getter : AllowedTypes) in mutateModule() local
|
/external/perfetto/ui/src/frontend/ |
D | record_widgets.ts | 27 declare type Getter<T> = (cfg: RecordConfig) => T; alias
|
/external/llvm-project/clang/include/clang/AST/ |
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()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 269 ObjCMethodDecl *Getter; member in __anon023896250111::ObjCPropertyOpBuilder 1123 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
|
D | SemaExprObjC.cpp | 1818 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
|
D | SemaExprMember.cpp | 1584 ObjCMethodDecl *Getter; in LookupMemberExpr() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 268 ObjCMethodDecl *Getter; member in __anon2c7334130111::ObjCPropertyOpBuilder 1128 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
|
D | SemaExprObjC.cpp | 2037 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
|
D | SemaExprMember.cpp | 1551 ObjCMethodDecl *Getter; in LookupMemberExpr() local
|
D | SemaDeclObjC.cpp | 3986 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd() local 4842 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 868 for (auto &Getter : ResultGetters) in run() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | OpenMPOpt.cpp | 118 RuntimeFunction Getter; member 1965 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; in initialize() local
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1771 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/ |
D | CXIndexDataConsumer.cpp | 844 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 837 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2467 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/ |
D | DeclCXX.cpp | 2313 IdentifierInfo *Getter, in Create()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 5367 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local 5645 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 5374 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() local 5652 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 455 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
|
/external/llvm-project/clang/lib/AST/ |
D | StmtPrinter.cpp | 1040 if (const auto *Getter = Node->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr() local
|