Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp29 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral()
41 QualType T, ObjCMethodDecl *Method, in Create()
112 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
131 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
147 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
179 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
198 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
217 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
H A DExprClassification.cpp395 if (const ObjCMethodDecl *Method = in ClassifyInternal() local
559 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) { in ClassifyMemberExpr() local
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp148 struct Method { struct
149 StringRef Selector;
150 MethodKind Kind;
151 ParamsSeq Params;
152 NullabilitySeq Nullability;
155 AvailabilityItem Availability;
156 std::optional<bool> SwiftPrivate;
157 StringRef SwiftName;
159 bool DesignatedInit = false;
160 bool Required = false;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp224 MachineBasicBlock::iterator MBBI, AuthCheckMethod Method, in checkAuthenticatedRegister()
301 unsigned llvm::AArch64PAuth::getCheckerSizeInBytes(AuthCheckMethod Method) { in getCheckerSizeInBytes()
317 AuthCheckMethod Method = Subtarget->getAuthenticatedLRCheckMethod(); in checkAuthenticatedLR() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1205 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors()
1237 ObjCMethodDecl *Method = M->getMethod(); in LookupDirectMethodInMethodList() local
1520 ObjCMethodDecl *Method, in getMessageSendResultType()
1691 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() local
1920 ObjCMethodDecl *Method = in isSelfExpr() local
2266 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { in ObjCInterfaceOrSuperCCC()
2307 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind() local
2390 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); in ActOnSuperMessage() local
2497 const ObjCMethodDecl *Method, in checkFoundationAPI()
2613 ObjCMethodDecl *Method, in BuildClassMessage()
[all …]
H A DSemaDeclObjC.cpp1776 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
2604 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3317 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3477 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound()
3655 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3662 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
4015 ObjCMethodDecl *Method = in ActOnAtEnd() local
4280 const ObjCMethodDecl *Method; member in __anond0a619c10711::OverrideSearch
4673 ObjCMethodDecl *Method, in checkObjCDirectMethodClashes()
5278 Sema::GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, in GetIvarBackingPropertyAccessor()
[all …]
H A DSemaLambda.cpp390 CXXMethodDecl *Method) { in DiagnoseInvalidExplicitObjectParameterInLambda()
414 CXXRecordDecl *Class, CXXMethodDecl *Method, in handleLambdaNumbering()
943 CXXMethodDecl *Method = CXXMethodDecl::Create( in CreateLambdaCallOperator() local
967 CXXMethodDecl *Method, SourceLocation LambdaLoc, in CompleteLambdaCallOperator()
1053 CXXMethodDecl *Method = CreateLambdaCallOperator(Intro.Range, Class); in ActOnLambdaExpressionAfterIntroducer() local
1353 CXXMethodDecl *Method = LSI->CallOperator; in ActOnStartOfLambdaDefinition() local
H A DSemaCodeComplete.cpp230 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local
944 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local
1337 const auto *Method = dyn_cast<CXXMethodDecl>(ND); in canFunctionBeCalled() local
2084 for (auto *Method : CR->methods()) { in AddOverrideResults() local
2094 for (auto *Method : BR->methods()) { in AddOverrideResults() local
3659 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) { in createCodeCompletionStringForDecl() local
4313 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(CurContext); in MaybeAddOverrideCalls() local
7540 static bool isAcceptableObjCMethod(ObjCMethodDecl *Method, in isAcceptableObjCMethod()
7811 ObjCMethodDecl *Method = Msg->getMethodDecl(); in GetAssumedMessageSendExprType() local
8000 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver() local
[all …]
H A DSemaOverload.cpp1969 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn); in IsStandardConversion() local
5786 CXXMethodDecl *Method) { in PerformImplicitObjectArgumentInitialization()
7001 ObjCMethodDecl *Method = Methods[b]; in SelectBestMethod() local
7090 CXXMethodDecl *Method = cast<CXXMethodDecl>(Function); in convertArgsForAvailabilityChecks() local
7689 auto *Method = dyn_cast<CXXMethodDecl>(FD); in CheckNonDependentConversions() local
12789 if (CXXMethodDecl *Method in AddMatchingTemplateFunction() local
12837 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) { in AddMatchingNonTemplateFunction() local
15078 CXXMethodDecl *Method = cast<CXXMethodDecl>(FnDecl); in CreateOverloadedArraySubscriptExpr() local
15285 CXXMethodDecl *Method = nullptr; in BuildCallToMemberFunction() local
15723 CXXMethodDecl *Method = cast<CXXMethodDecl>(Best->Function); in BuildCallToObjectOfClassType() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h33 HTTPMethod Method = HTTPMethod::GET; member
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp798 const CXXMethodDecl *Method) { in getFragmentsForSpecialCXXMethod()
827 const CXXMethodDecl *Method) { in getFragmentsForCXXMethod()
899 const CXXMethodDecl *Method) { in getFragmentsForOverloadedOperator()
1240 const ObjCMethodDecl *Method) { in getFragmentsForObjCMethod()
1460 DeclarationFragmentsBuilder::getSubHeading(const ObjCMethodDecl *Method) { in getSubHeading()
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbutils.c522 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local
H A Ddbmethod.c459 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp741 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local
773 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, in getReturnTypeForMethod()
810 const ObjCMethodDecl *Method = in checkPreObjCMessage() local
976 const ObjCMethodDecl *Method = in checkPostObjCMessage() local
H A DContainerModeling.cpp781 for (const auto *Method : CRD->methods()) { in hasSubscriptOperator() local
797 for (const auto *Method : CRD->methods()) { in frontModifiable() local
812 for (const auto *Method : CRD->methods()) { in backModifiable() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h153 ClassT *Instance, RelocHandlerMethod &&Method) { in forEachRelaRelocation()
166 ClassT *Instance, RelocHandlerMethod &&Method) { in forEachRelRelocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h168 const CXXMethodDecl *Method; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp532 OneMethodRecord &Method) { in visitKnownMember()
541 OverloadedMethodRecord &Method) { in visitKnownMember()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp472 OneMethodRecord &Method) { in visitKnownMember()
484 OverloadedMethodRecord &Method) { in visitKnownMember()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h232 CXXMethodDecl *Method = nullptr; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h384 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp631 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(AnalyzedDecl)) { in initDataStructures() local
1050 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ParamContext)) { in shouldBeCalledOnce() local
1076 bool shouldBeCalledOnce(const ObjCMethodDecl *Method, in shouldBeCalledOnce()
1102 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp193 for (const auto *Method : InstantiatedMethods) { in addUSRsOfInstantiatedMethods() local
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp243 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax() local
575 for (auto *Method : D->methods()) { in migrateObjCContainerDecl() local
1153 ObjCMethodDecl *Method) { in migrateProperty()
1281 for (auto *Method : CDecl->methods()) { in migrateAllMethodInstaceType() local
1558 for (const auto *Method : CDecl->methods()) in migrateARCSafeAnnotation() local

1234