| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprObjC.cpp | 28 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral() 47 QualType T, ObjCMethodDecl *Method, in Create() 129 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 150 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 167 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 211 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 230 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 249 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
|
| H A D | ExprClassification.cpp | 370 if (const ObjCMethodDecl *Method = in ClassifyInternal() local 524 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
|
| H A D | Mangle.cpp | 229 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(DC)) { in mangleBlock() local
|
| H A D | DeclObjC.cpp | 750 ObjCMethodDecl *Method = nullptr; in lookupPrivateMethod() local 1178 const ObjCMethodDecl *Method, in CollectOverriddenMethodsRecurse() 1238 const ObjCMethodDecl *Method, in CollectOverriddenMethods() 1244 static void collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, in collectOverriddenMethodsSlow() 1287 const ObjCMethodDecl *Method = this; in getOverriddenMethods() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 282 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local 1134 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors() 1351 ObjCMethodDecl *Method, in getMessageSendResultType() 1514 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() local 1742 ObjCMethodDecl *Method = in isSelfExpr() local 2088 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { in ObjCInterfaceOrSuperCCC() 2125 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind() local 2208 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); in ActOnSuperMessage() local 2312 const ObjCMethodDecl *Method, in checkFoundationAPI() 2429 ObjCMethodDecl *Method, in BuildClassMessage() [all …]
|
| H A D | SemaDeclObjC.cpp | 1750 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local 2561 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod() 3270 ObjCMethodDecl *Method) { in addMethodToGlobalList() 3385 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() 3425 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound() 3603 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local 3610 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local 3899 ObjCMethodDecl *Method = in ActOnAtEnd() local 4156 ObjCMethodDecl *Method; member in __anon310a6f9a0711::OverrideSearch 4974 Sema::GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, in GetIvarBackingPropertyAccessor() [all …]
|
| H A D | SemaCodeComplete.cpp | 193 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local 676 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local 1660 for (auto *Method : CR->methods()) { in AddOverrideResults() local 1670 for (auto *Method : BR->methods()) { in AddOverrideResults() local 2275 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) { in AddResultTypeChunk() local 3074 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) { in createCodeCompletionStringForDecl() local 3599 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(CurContext); in MaybeAddOverrideCalls() local 5771 static bool isAcceptableObjCMethod(ObjCMethodDecl *Method, in isAcceptableObjCMethod() 6040 ObjCMethodDecl *Method = Msg->getMethodDecl(); in GetAssumedMessageSendExprType() local 6229 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver() local [all …]
|
| H A D | SemaOverload.cpp | 1670 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn); in IsStandardConversion() local 5093 CXXMethodDecl *Method, in TryObjectArgumentInitialization() 6195 ObjCMethodDecl *Method = Methods[b]; in SelectBestMethod() local 6285 CXXMethodDecl *Method = cast<CXXMethodDecl>(Function); in convertArgsForAvailabilityChecks() local 6831 auto *Method = dyn_cast<CXXMethodDecl>(FD); in CheckNonDependentConversions() local 11107 if (CXXMethodDecl *Method in AddMatchingTemplateFunction() local 11153 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) { in AddMatchingNonTemplateFunction() local 12732 CXXMethodDecl *Method = cast<CXXMethodDecl>(FnDecl); in CreateOverloadedArraySubscriptExpr() local 12917 CXXMethodDecl *Method = nullptr; in BuildCallToMemberFunction() local 13292 CXXMethodDecl *Method = cast<CXXMethodDecl>(Best->Function); in BuildCallToObjectOfClassType() local [all …]
|
| H A D | SemaLambda.cpp | 409 CXXMethodDecl *Method in startLambdaDefinition() local 910 CXXMethodDecl *Method = in ActOnStartOfLambdaDefinition() local
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-function-mockers.h | 417 #define GMOCK_MOCKER_(arity, constness, Method) \ argument 421 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \ argument 444 #define GMOCK_METHOD1_(tn, constness, ct, Method, ...) \ argument 471 #define GMOCK_METHOD2_(tn, constness, ct, Method, ...) \ argument 503 #define GMOCK_METHOD3_(tn, constness, ct, Method, ...) \ argument 541 #define GMOCK_METHOD4_(tn, constness, ct, Method, ...) \ argument 584 #define GMOCK_METHOD5_(tn, constness, ct, Method, ...) \ argument 632 #define GMOCK_METHOD6_(tn, constness, ct, Method, ...) \ argument 685 #define GMOCK_METHOD7_(tn, constness, ct, Method, ...) \ argument 744 #define GMOCK_METHOD8_(tn, constness, ct, Method, ...) \ argument [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 659 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local 692 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, in getReturnTypeForMethod() 729 const ObjCMethodDecl *Method = in checkPreObjCMessage() local 865 const ObjCMethodDecl *Method = in checkPostObjCMessage() local
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbutils.c | 522 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local
|
| H A D | dbmethod.c | 455 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 244 CXXMethodDecl *Method = nullptr; member
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 474 OneMethodRecord &Method) { in visitKnownMember() 486 OverloadedMethodRecord &Method) { in visitKnownMember()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 522 OneMethodRecord &Method) { in visitKnownMember() 531 OverloadedMethodRecord &Method) { in visitKnownMember()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 382 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor() local
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 205 #define RAW_ID_METHOD_DUMP(Stream, Method, Session, FieldId, ShowFlags, \ argument 211 #define RAW_METHOD_DUMP(Stream, Method) \ argument 215 #define RAW_METHOD_DUMP_AS(Stream, Method, Type) \ argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 152 for (const auto *Method : InstantiatedMethods) { in addUSRsOfInstantiatedMethods() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | ABI.h | 191 const CXXMethodDecl *Method; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 243 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax() local 576 for (auto *Method : D->methods()) { in migrateObjCContainerDecl() local 1156 ObjCMethodDecl *Method) { in migrateProperty() 1284 for (auto *Method : CDecl->methods()) { in migrateAllMethodInstaceType() local 1566 for (const auto *Method : CDecl->methods()) in migrateARCSafeAnnotation() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1160 auto Method = MethodArray.beginStruct(ObjCMethodDescTy); in GenerateProtocolMethodList() local 2256 const ObjCMethodDecl *Method) { in GetSelector() 2404 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper() 2524 const ObjCMethodDecl *Method) { in GenerateMessageSend() 2713 auto Method = MethodArray.beginStruct(ObjCMethodTy); in GenerateMethodList() local 2893 auto Method = MethodArray.beginStruct(ObjCMethodDescTy); in GenerateProtocolMethodList() local 3766 llvm::Function *Method in GenerateMethod() local
|
| H A D | CGObjCMac.cpp | 1587 const ObjCMethodDecl *Method) override in GetSelector() 1831 *Method) { in GetSelector() 1999 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper() 2060 const ObjCMethodDecl *Method) { in GenerateMessageSend() 2085 const ObjCMethodDecl *Method, in EmitMessageSend() 3918 llvm::Function *Method = in GenerateMethod() local 7158 const ObjCMethodDecl *Method) { in GenerateMessageSend() 7325 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RPCUtils.h | 789 MemberFnWrapper(ClassT &Instance, MethodT Method) in MemberFnWrapper() 797 MethodT Method; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 411 CXXMethodDecl *Method; in ParseLexedMethodDeclaration() local
|