| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| HD | ReproducerInstrumentation.h | 74 #define LLDB_REGISTER_METHOD(Result, Class, Method, Signature) \ argument 78 #define LLDB_REGISTER_METHOD_CONST(Result, Class, Method, Signature) \ argument 82 #define LLDB_REGISTER_STATIC_METHOD(Result, Class, Method, Signature) \ argument 107 #define LLDB_RECORD_METHOD(Result, Class, Method, Signature, ...) \ argument 119 #define LLDB_RECORD_METHOD_CONST(Result, Class, Method, Signature, ...) \ argument 131 #define LLDB_RECORD_METHOD_NO_ARGS(Result, Class, Method) \ argument 142 #define LLDB_RECORD_METHOD_CONST_NO_ARGS(Result, Class, Method) \ argument 154 #define LLDB_RECORD_STATIC_METHOD(Result, Class, Method, Signature, ...) \ argument 164 #define LLDB_RECORD_STATIC_METHOD_NO_ARGS(Result, Class, Method) \ argument 177 #define LLDB_RECORD_DUMMY(Result, Class, Method, Signature, ...) \ argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprObjC.cpp | 27 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral() 46 QualType T, ObjCMethodDecl *Method, in Create() 128 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 149 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 166 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 210 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 229 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 248 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
|
| HD | ExprClassification.cpp | 377 if (const ObjCMethodDecl *Method = in ClassifyInternal() local 531 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
|
| HD | DeclObjC.cpp | 749 ObjCMethodDecl *Method = nullptr; in lookupPrivateMethod() local 1189 const ObjCMethodDecl *Method, in CollectOverriddenMethodsRecurse() 1249 const ObjCMethodDecl *Method, in CollectOverriddenMethods() 1255 static void collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, in collectOverriddenMethodsSlow() 1298 const ObjCMethodDecl *Method = this; in getOverriddenMethods() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaExprObjC.cpp | 149 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod() 283 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local 345 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local 809 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local 915 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local 1121 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1149 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors() 1179 ObjCMethodDecl *Method = M->getMethod(); in HelperToDiagnoseDirectSelectorsExpr() local 1208 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local 1339 ObjCMethodDecl *Method, in getBaseMessageSendResultType() [all …]
|
| HD | SemaDeclObjC.cpp | 1755 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local 2573 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod() 3270 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup() 3291 ObjCMethodDecl *Method) { in addMethodToGlobalList() 3406 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() 3449 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound() 3627 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local 3634 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local 3646 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection() 3942 ObjCMethodDecl *Method = in ActOnAtEnd() local [all …]
|
| HD | SemaCodeComplete.cpp | 211 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local 381 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(S.CurContext)) { in enterReturn() local 879 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local 977 if (const auto *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) in AdjustResultPriorityForDecl() local 1283 if (const auto *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local 1935 for (auto *Method : CR->methods()) { in AddOverrideResults() local 1945 for (auto *Method : BR->methods()) { in AddOverrideResults() local 2288 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(SemaRef.CurContext)) in AddOrdinaryNameResults() local 2529 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults() local 2600 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) { in AddResultTypeChunk() local [all …]
|
| HD | SemaLambda.cpp | 394 CXXMethodDecl *Method = CXXMethodDecl::Create( in startLambdaDefinition() local 434 CXXRecordDecl *Class, CXXMethodDecl *Method, in handleLambdaNumbering() 975 CXXMethodDecl *Method = in ActOnStartOfLambdaDefinition() local
|
| HD | SemaOverload.cpp | 1730 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn); in IsStandardConversion() local 5211 CXXMethodDecl *Method, in TryObjectArgumentInitialization() 5339 CXXMethodDecl *Method) { in PerformObjectArgumentInitialization() 6140 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Function)) { in AddOverloadCandidate() local 6362 ObjCMethodDecl *Method = Methods[b]; in SelectBestMethod() local 6452 CXXMethodDecl *Method = cast<CXXMethodDecl>(Function); in convertArgsForAvailabilityChecks() local 6722 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() 7036 auto *Method = dyn_cast<CXXMethodDecl>(FD); in CheckNonDependentConversions() local 11643 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) in AddressOfFunctionResolver() local 11740 if (CXXMethodDecl *Method in AddMatchingTemplateFunction() local [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-instr/ |
| HD | Instrument.cpp | 71 StringRef Method, StringRef Signature, in GetRecordMethodMacro() 104 StringRef Method, StringRef Signature, in GetRecordDummyMacro() 125 StringRef Method, StringRef Signature, in GetRegisterMethodMacro()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | DynamicTypePropagation.cpp | 651 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local 684 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, in getReturnTypeForMethod() 721 const ObjCMethodDecl *Method = in checkPreObjCMessage() local 856 const ObjCMethodDecl *Method = in checkPostObjCMessage() local
|
| HD | Iterator.cpp | 38 for (const auto *Method : CRD->methods()) { in isIterator() local
|
| HD | CastValueChecker.cpp | 34 enum class CallKind { Function, Method, InstanceOf }; enumerator
|
| /freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/ |
| HD | dbutils.c | 522 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local
|
| HD | dbmethod.c | 456 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | MinimalTypeDumper.cpp | 527 OneMethodRecord &Method) { in visitKnownMember() 536 OverloadedMethodRecord &Method) { in visitKnownMember()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| HD | TypeDumpVisitor.cpp | 473 OneMethodRecord &Method) { in visitKnownMember() 485 OverloadedMethodRecord &Method) { in visitKnownMember()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| HD | RetainCountChecker.h | 387 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | CXXInheritance.h | 243 CXXMethodDecl *Method = nullptr; member
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| HD | DIARawSymbol.cpp | 204 #define RAW_ID_METHOD_DUMP(Stream, Method, Session, FieldId, ShowFlags, \ argument 210 #define RAW_METHOD_DUMP(Stream, Method) \ argument 214 #define RAW_METHOD_DUMP_AS(Stream, Method, Type) \ argument
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| HD | USRFindingAction.cpp | 157 for (const auto *Method : InstantiatedMethods) { in addUSRsOfInstantiatedMethods() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | ABI.h | 190 const CXXMethodDecl *Method; member
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | ObjCMT.cpp | 254 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax() local 587 for (auto *Method : D->methods()) { in migrateObjCContainerDecl() local 1167 ObjCMethodDecl *Method) { in migrateProperty() 1295 for (auto *Method : CDecl->methods()) { in migrateAllMethodInstaceType() local 1575 for (const auto *Method : CDecl->methods()) in migrateARCSafeAnnotation() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGObjCGNU.cpp | 1181 auto Method = MethodArray.beginStruct(ObjCMethodDescTy); in GenerateProtocolMethodList() local 2358 const ObjCMethodDecl *Method) { in GetSelector() 2506 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper() 2624 const ObjCMethodDecl *Method) { in GenerateMessageSend() 2818 auto Method = MethodArray.beginStruct(ObjCMethodTy); in GenerateMethodList() local 2998 auto Method = MethodArray.beginStruct(ObjCMethodDescTy); in GenerateProtocolMethodList() local 3872 llvm::Function *Method in GenerateMethod() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
| HD | RPCUtils.h | 790 MemberFnWrapper(ClassT &Instance, MethodT Method) in MemberFnWrapper() 798 MethodT Method; variable
|