Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDReproducerInstrumentation.h74 #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/
HDExprObjC.cpp27 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()
HDExprClassification.cpp377 if (const ObjCMethodDecl *Method = in ClassifyInternal() local
531 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
HDDeclObjC.cpp749 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/
HDSemaExprObjC.cpp149 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 …]
HDSemaDeclObjC.cpp1755 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 …]
HDSemaCodeComplete.cpp211 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 …]
HDSemaLambda.cpp394 CXXMethodDecl *Method = CXXMethodDecl::Create( in startLambdaDefinition() local
434 CXXRecordDecl *Class, CXXMethodDecl *Method, in handleLambdaNumbering()
975 CXXMethodDecl *Method = in ActOnStartOfLambdaDefinition() local
HDSemaOverload.cpp1730 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/
HDInstrument.cpp71 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/
HDDynamicTypePropagation.cpp651 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
HDIterator.cpp38 for (const auto *Method : CRD->methods()) { in isIterator() local
HDCastValueChecker.cpp34 enum class CallKind { Function, Method, InstanceOf }; enumerator
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
HDdbutils.c522 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local
HDdbmethod.c456 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp527 OneMethodRecord &Method) { in visitKnownMember()
536 OverloadedMethodRecord &Method) { in visitKnownMember()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeDumpVisitor.cpp473 OneMethodRecord &Method) { in visitKnownMember()
485 OverloadedMethodRecord &Method) { in visitKnownMember()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.h387 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCXXInheritance.h243 CXXMethodDecl *Method = nullptr; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp204 #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/
HDUSRFindingAction.cpp157 for (const auto *Method : InstantiatedMethods) { in addUSRsOfInstantiatedMethods() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDABI.h190 const CXXMethodDecl *Method; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp254 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/
HDCGObjCGNU.cpp1181 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/
HDRPCUtils.h790 MemberFnWrapper(ClassT &Instance, MethodT Method) in MemberFnWrapper()
798 MethodT Method; variable

1234