/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 29 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 D | ExprClassification.cpp | 408 if (const ObjCMethodDecl *Method = in ClassifyInternal() local 572 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) { in ClassifyMemberExpr() local
|
H A D | DeclObjC.cpp | 766 ObjCMethodDecl *Method = nullptr; in lookupPrivateMethod() local 1253 const ObjCMethodDecl *Method, in CollectOverriddenMethodsRecurse() 1313 const ObjCMethodDecl *Method, in CollectOverriddenMethods() 1319 static void collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, in collectOverriddenMethodsSlow() 1362 const ObjCMethodDecl *Method = this; in getOverriddenMethods() local
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 148 struct Method { struct 149 StringRef Selector; 150 MethodKind Kind; 151 ParamsSeq Params; 152 NullabilitySeq Nullability; 153 std::optional<NullabilityKind> NullabilityOfRet; 154 std::optional<RetainCountConventionKind> RetainCountConvention; 155 AvailabilityItem Availability; 156 std::optional<bool> SwiftPrivate; 157 StringRef SwiftName; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PointerAuth.cpp | 248 MachineBasicBlock::iterator MBBI, AuthCheckMethod Method, in checkAuthenticatedRegister() 324 unsigned llvm::AArch64PAuth::getCheckerSizeInBytes(AuthCheckMethod Method) { in getCheckerSizeInBytes() 344 AuthCheckMethod Method = in checkAuthenticatedLR() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPClient.h | 33 HTTPMethod Method = HTTPMethod::GET; member
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 155 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod() 290 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local 353 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local 818 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local 979 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local 1186 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1214 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors() 1247 ObjCMethodDecl *Method = M->getMethod(); in LookupDirectMethodInMethodList() local 1308 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local 1468 ObjCMethodDecl *Method, in getBaseMessageSendResultType() [all …]
|
H A D | SemaDeclObjC.cpp | 1773 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local 2611 void SemaObjC::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod() 3299 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup() 3320 ObjCMethodDecl *Method) { in addMethodToGlobalList() 3435 void SemaObjC::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() 3480 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound() 3658 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local 3665 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local 3677 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection() 4020 ObjCMethodDecl *Method = in ActOnAtEnd() local [all …]
|
H A D | SemaLambda.cpp | 393 CXXMethodDecl *Method, SourceLocation CallLoc) { in DiagnoseInvalidExplicitObjectParameterInLambda() 456 CXXRecordDecl *Class, CXXMethodDecl *Method, in handleLambdaNumbering() 985 CXXMethodDecl *Method = CXXMethodDecl::Create( in CreateLambdaCallOperator() local 1009 CXXMethodDecl *Method, SourceLocation LambdaLoc, in CompleteLambdaCallOperator() 1106 CXXMethodDecl *Method = CreateLambdaCallOperator(Intro.Range, Class); in ActOnLambdaExpressionAfterIntroducer() local 1411 CXXMethodDecl *Method = LSI->CallOperator; in ActOnStartOfLambdaDefinition() local
|
H A D | SemaCodeComplete.cpp | 233 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local 425 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(S.CurContext)) { in enterReturn() local 951 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local 1049 if (const auto *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) in AdjustResultPriorityForDecl() local 1292 bool ResultBuilder::canCxxMethodBeCalled(const CXXMethodDecl *Method, in canCxxMethodBeCalled() 1344 const auto *Method = dyn_cast<CXXMethodDecl>(ND); in canFunctionBeCalled() local 1423 if (const auto *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local 2092 for (auto *Method : CR->methods()) { in AddOverrideResults() local 2102 for (auto *Method : BR->methods()) { in AddOverrideResults() local 2473 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(SemaRef.CurContext)) in AddOrdinaryNameResults() local [all …]
|
H A D | SemaAPINotes.cpp | 80 } else if (auto Method = dyn_cast<ObjCMethodDecl>(D)) { in applyNullability() local 550 static void ProcessAPINotes(Sema &S, CXXMethodDecl *Method, in ProcessAPINotes() 976 if (auto Method = dyn_cast<ObjCMethodDecl>(D)) { in ProcessAPINotes() local
|
H A D | SemaOverload.cpp | 2128 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn); in IsStandardConversion() local 5657 Expr::Classification FromClassification, CXXMethodDecl *Method, in TryObjectArgumentInitialization() 5814 CXXMethodDecl *Method) { in PerformImplicitObjectArgumentInitialization() 6372 static bool PrepareExplicitObjectArgument(Sema &S, CXXMethodDecl *Method, in PrepareExplicitObjectArgument() 6807 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Function)) { in AddOverloadCandidate() local 7044 ObjCMethodDecl *Method = Methods[b]; in SelectBestMethod() local 7133 CXXMethodDecl *Method = cast<CXXMethodDecl>(Function); in convertArgsForAvailabilityChecks() local 7386 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() 7735 auto *Method = dyn_cast<CXXMethodDecl>(FD); in CheckNonDependentConversions() local 12789 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) in AddressOfFunctionResolver() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 839 const CXXMethodDecl *Method) { in getFragmentsForSpecialCXXMethod() 868 const CXXMethodDecl *Method) { in getFragmentsForCXXMethod() 940 const CXXMethodDecl *Method) { in getFragmentsForOverloadedOperator() 1403 const ObjCMethodDecl *Method) { in getFragmentsForObjCMethod() 1626 DeclarationFragmentsBuilder::getSubHeading(const ObjCMethodDecl *Method) { in getSubHeading()
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbutils.c | 522 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local
|
H A D | dbmethod.c | 459 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 153 ClassT *Instance, RelocHandlerMethod &&Method) { in forEachRelaRelocation() 166 ClassT *Instance, RelocHandlerMethod &&Method) { in forEachRelRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderVTune.cpp | 87 for (auto &Method : UM) { in registerJITLoaderVTuneUnregisterImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.cpp | 54 auto &Method = Batch.Methods.back(); in getMethodBatch() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 473 OneMethodRecord &Method) { in visitKnownMember() 485 OverloadedMethodRecord &Method) { in visitKnownMember()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 454 const auto *Method = cast<CXXMethodDecl>(D.getDecl()); in getMangledCXXThunk() local 512 for (const auto *Method : D->methods()) { in emitVTableSymbols() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 533 OneMethodRecord &Method) { in visitKnownMember() 542 OverloadedMethodRecord &Method) { in visitKnownMember()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 172 const CXXMethodDecl *Method; member
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | 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/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 631 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(AnalyzedDecl)) { in initDataStructures() local 1051 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ParamContext)) { in shouldBeCalledOnce() local 1077 bool shouldBeCalledOnce(const ObjCMethodDecl *Method, in shouldBeCalledOnce() 1103 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 790 for (const auto *Method : CRD->methods()) { in hasSubscriptOperator() local 806 for (const auto *Method : CRD->methods()) { in frontModifiable() local 821 for (const auto *Method : CRD->methods()) { in backModifiable() local
|