| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprObjC.cpp | 26 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral() 38 QualType T, ObjCMethodDecl *Method, in Create() 109 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 128 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 144 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 174 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 193 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 212 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
|
| H A D | ExprClassification.cpp | 422 if (const ObjCMethodDecl *Method = in ClassifyInternal() local 588 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) { in ClassifyMemberExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 151 struct Method { struct 152 StringRef Selector; 153 MethodKind Kind; 154 ParamsSeq Params; 155 NullabilitySeq Nullability; 156 std::optional<NullabilityKind> NullabilityOfRet; 157 std::optional<RetainCountConventionKind> RetainCountConvention; 158 AvailabilityItem Availability; 159 std::optional<bool> SwiftPrivate; 160 StringRef SwiftName; [all …]
|
| /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 | 153 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod() 288 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local 351 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local 813 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local 974 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local 1181 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1209 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors() 1242 ObjCMethodDecl *Method = M->getMethod(); in LookupDirectMethodInMethodList() local 1303 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local 1461 ObjCMethodDecl *Method, in getBaseMessageSendResultType() [all …]
|
| H A D | SemaDeclObjC.cpp | 1776 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local 2619 void SemaObjC::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod() 3307 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup() 3328 ObjCMethodDecl *Method) { in addMethodToGlobalList() 3443 void SemaObjC::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() 3483 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound() 3660 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local 3667 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local 3679 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection() 4022 ObjCMethodDecl *Method = in ActOnAtEnd() local [all …]
|
| H A D | SemaLambda.cpp | 414 CXXMethodDecl *Method, SourceLocation CallLoc) { in DiagnoseInvalidExplicitObjectParameterInLambda() 477 CXXRecordDecl *Class, CXXMethodDecl *Method, in handleLambdaNumbering() 1006 CXXMethodDecl *Method = CXXMethodDecl::Create( in CreateLambdaCallOperator() local 1030 CXXMethodDecl *Method, SourceLocation LambdaLoc, in CompleteLambdaCallOperator() 1130 CXXMethodDecl *Method = CreateLambdaCallOperator(Intro.Range, Class); in ActOnLambdaExpressionAfterIntroducer() local 1438 CXXMethodDecl *Method = LSI->CallOperator; in ActOnStartOfLambdaDefinition() local
|
| H A D | SemaCodeComplete.cpp | 232 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local 424 } 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 1293 bool ResultBuilder::canCxxMethodBeCalled(const CXXMethodDecl *Method, in canCxxMethodBeCalled() 1345 const auto *Method = dyn_cast<CXXMethodDecl>(ND); in canFunctionBeCalled() local 1424 if (const auto *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local 2103 for (auto *Method : CR->methods()) { in AddOverrideResults() local 2113 for (auto *Method : BR->methods()) { in AddOverrideResults() local 2557 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(SemaRef.CurContext)) in AddOrdinaryNameResults() local [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 855 const CXXMethodDecl *Method) { in getFragmentsForSpecialCXXMethod() 884 const CXXMethodDecl *Method) { in getFragmentsForCXXMethod() 959 const CXXMethodDecl *Method) { in getFragmentsForOverloadedOperator() 1423 const ObjCMethodDecl *Method) { in getFragmentsForObjCMethod() 1654 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/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 744 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local 776 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, in getReturnTypeForMethod() 813 const ObjCMethodDecl *Method = in checkPreObjCMessage() local 978 const ObjCMethodDecl *Method = in checkPostObjCMessage() local
|
| H A D | ContainerModeling.cpp | 794 for (const auto *Method : CRD->methods()) { in hasSubscriptOperator() local 810 for (const auto *Method : CRD->methods()) { in frontModifiable() local 825 for (const auto *Method : CRD->methods()) { in backModifiable() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 154 ClassT *Instance, RelocHandlerMethod &&Method) { in forEachRelaRelocation() 167 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/Target/AArch64/ |
| H A D | AArch64PointerAuth.cpp | 228 unsigned llvm::AArch64PAuth::getCheckerSizeInBytes(AuthCheckMethod Method) { in getCheckerSizeInBytes()
|
| /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/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 533 OneMethodRecord &Method) { in visitKnownMember() 542 OverloadedMethodRecord &Method) { in visitKnownMember()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Visitor.cpp | 453 const auto *Method = cast<CXXMethodDecl>(D.getDecl()); in getMangledCXXThunk() local 511 for (const auto *Method : D->methods()) { in emitVTableSymbols() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Thunk.h | 172 const CXXMethodDecl *Method; member
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ASTUtils.cpp | 159 if (auto *Method = ObjCMsgExpr->getMethodDecl()) { in tryToFindPtrOrigin() local
|
| /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/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 383 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor() local
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 629 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(AnalyzedDecl)) { in initDataStructures() local 1049 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ParamContext)) { in shouldBeCalledOnce() local 1075 bool shouldBeCalledOnce(const ObjCMethodDecl *Method, in shouldBeCalledOnce() 1101 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce() local
|