/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | Method.java | 44 public final class Method class 49 private Method() { in Method() method in Method
|
/external/proguard/src/proguard/classfile/ |
D | Method.java | 30 public interface Method extends Member interface
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
D | Method.java | 47 public interface Method extends MethodReference { interface
|
/external/clang/test/CodeGenCXX/ |
D | 2004-03-08-ReinterpretCastCopy.cpp | 9 virtual void Method() { } in Method() function
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 151 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod() 230 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local 290 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local 660 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local 776 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local 987 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1015 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors() 1045 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local 1145 ObjCMethodDecl *Method, in getMessageSendResultType() 1253 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() local [all …]
|
D | SemaDeclObjC.cpp | 840 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local 1574 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod() 2220 ObjCMethodDecl *Method) { in addMethodToGlobalList() 2294 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() 2453 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local 2460 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local 2472 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection() 2622 ObjCMethodDecl *Method = in ActOnAtEnd() local 2815 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility() 2856 ObjCMethodDecl *Method; member in __anon34bbd8ed0211::OverrideSearch [all …]
|
D | SemaCodeComplete.cpp | 190 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local 664 else if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local 752 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) in AdjustResultPriorityForDecl() local 994 if (const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local 1786 else if (ObjCMethodDecl *Method in AddOrdinaryNameResults() local 1999 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults() local 2070 else if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) in AddResultTypeChunk() local 2728 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) { in CreateCodeCompletionString() local 3149 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(CurContext); in MaybeAddOverrideCalls() local 4087 else if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(CurContext)) in CodeCompleteReturn() local [all …]
|
D | SemaOverload.cpp | 1452 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn); in IsStandardConversion() local 4743 CXXMethodDecl *Method, in TryObjectArgumentInitialization() 4857 CXXMethodDecl *Method) { in PerformObjectArgumentInitialization() 5598 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Function)) { in AddOverloadCandidate() local 5749 ObjCMethodDecl *Method = Methods[b]; in SelectBestMethod() local 5853 CXXMethodDecl *Method = cast<CXXMethodDecl>(Function); in CheckEnableIf() local 5979 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() 9885 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) in AddressOfFunctionResolver() local 9935 if (CXXMethodDecl *Method in AddMatchingTemplateFunction() local 9978 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) { in AddMatchingNonTemplateFunction() local [all …]
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-function-mockers.h | 343 #define GMOCK_MOCKER_(arity, constness, Method) \ argument 347 #define GMOCK_METHOD0_(tn, constness, ct, Method, F) \ argument 363 #define GMOCK_METHOD1_(tn, constness, ct, Method, F) \ argument 379 #define GMOCK_METHOD2_(tn, constness, ct, Method, F) \ argument 397 #define GMOCK_METHOD3_(tn, constness, ct, Method, F) \ argument 419 #define GMOCK_METHOD4_(tn, constness, ct, Method, F) \ argument 443 #define GMOCK_METHOD5_(tn, constness, ct, Method, F) \ argument 469 #define GMOCK_METHOD6_(tn, constness, ct, Method, F) \ argument 497 #define GMOCK_METHOD7_(tn, constness, ct, Method, F) \ argument 527 #define GMOCK_METHOD8_(tn, constness, ct, Method, F) \ argument [all …]
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p6.cpp | 23 void Method(const T& x) { h(x); } in Method() function
|
/external/clang/lib/AST/ |
D | ExprClassification.cpp | 349 if (const ObjCMethodDecl *Method = in ClassifyInternal() local 498 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
|
D | Mangle.cpp | 229 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(DC)) { in mangleBlock() local
|
D | Expr.cpp | 3144 if (CXXMethodDecl *Method in VisitCallExpr() local 3468 ObjCMethodDecl *Method, in ObjCMessageExpr() 3494 ObjCMethodDecl *Method, in ObjCMessageExpr() 3518 ObjCMethodDecl *Method, in ObjCMessageExpr() 3569 ObjCMethodDecl *Method, in Create() 3592 ObjCMethodDecl *Method, in Create() 3615 ObjCMethodDecl *Method, in Create() 4134 QualType T, ObjCMethodDecl *Method, in ObjCArrayLiteral() 4155 QualType T, ObjCMethodDecl * Method, in Create()
|
D | DeclObjC.cpp | 612 ObjCMethodDecl *Method = nullptr; in lookupPrivateMethod() local 970 const ObjCMethodDecl *Method, in CollectOverriddenMethodsRecurse() 1032 const ObjCMethodDecl *Method, in CollectOverriddenMethods() 1038 static void collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, in collectOverriddenMethodsSlow() 1081 const ObjCMethodDecl *Method = this; in getOverriddenMethods() local
|
/external/clang/test/SemaCXX/ |
D | vtable-instantiation.cpp | 58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} in Method() function
|
/external/clang/test/Index/ |
D | complete-objc-message.m | 87 - (int)Method; method 108 + (int)Method; class
|
/external/javassist/src/main/javassist/compiler/ |
D | MemberResolver.java | 55 public static class Method { class in MemberResolver 60 public Method(CtClass c, MethodInfo i, int n) { in Method() method in MemberResolver.Method
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.h | 58 const CCompressionMethodMode *Method; member
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ZipRegistry.h | 36 UString Method; member
|
D | ArchiveCommandLine.h | 92 UString Method; member
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 244 CXXMethodDecl *Method; member
|
/external/clang/include/clang/Basic/ |
D | ABI.h | 191 const CXXMethodDecl *Method; member
|
/external/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 370 rpc Method (AggregateMessage) returns (AggregateMessage) { rpc
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 1484 const ObjCMethodDecl *Method) override in GetSelector() 1719 *Method) { in GetSelector() 1783 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper() 1842 const ObjCMethodDecl *Method) { in GenerateMessageSend() 1858 const ObjCMethodDecl *Method, in EmitMessageSend() 3313 llvm::Constant *Method[] = { in GetMethodConstant() local 3349 llvm::Function *Method = in GenerateMethod() local 6013 llvm::Constant *Method[] = { in GetMethodConstant() local 6589 const ObjCMethodDecl *Method) { in GenerateMessageSend() 6726 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper()
|
D | CGObjCGNU.cpp | 1082 const ObjCMethodDecl *Method) { in GetSelector() 1225 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper() 1329 const ObjCMethodDecl *Method) { in GenerateMessageSend() 1489 llvm::Constant *Method = in GenerateMethodList() local 2603 llvm::Function *Method in GenerateMethod() local
|