/freebsd-src/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 | 395 if (const ObjCMethodDecl *Method = ClassifyInternal() local 559 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) { ClassifyMemberExpr() local
|
H A D | DeclObjC.cpp | 767 ObjCMethodDecl *Method = nullptr; lookupPrivateMethod() local 1253 CollectOverriddenMethodsRecurse(const ObjCContainerDecl * Container,const ObjCMethodDecl * Method,SmallVectorImpl<const ObjCMethodDecl * > & Methods,bool MovedToSuper) CollectOverriddenMethodsRecurse() argument 1313 CollectOverriddenMethods(const ObjCContainerDecl * Container,const ObjCMethodDecl * Method,SmallVectorImpl<const ObjCMethodDecl * > & Methods) CollectOverriddenMethods() argument 1319 collectOverriddenMethodsSlow(const ObjCMethodDecl * Method,SmallVectorImpl<const ObjCMethodDecl * > & overridden) collectOverriddenMethodsSlow() argument 1362 const ObjCMethodDecl *Method = this; getOverriddenMethods() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 148 struct Method { struct 149 Selector__anon561c0f8f0411::Method global() argument 150 Kind__anon561c0f8f0411::Method global() argument 151 Params__anon561c0f8f0411::Method global() argument 152 Nullability__anon561c0f8f0411::Method global() argument 153 NullabilityOfRet__anon561c0f8f0411::Method global() argument 154 RetainCountConvention__anon561c0f8f0411::Method global() argument 155 Availability__anon561c0f8f0411::Method global() argument 156 SwiftPrivate__anon561c0f8f0411::Method global() argument 157 SwiftName__anon561c0f8f0411::Method global() argument 158 FactoryAsInit__anon561c0f8f0411::Method global() argument 159 DesignatedInit__anon561c0f8f0411::Method global() argument 160 Required__anon561c0f8f0411::Method global() argument 161 ResultType__anon561c0f8f0411::Method global() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PointerAuth.cpp | 224 checkAuthenticatedRegister(MachineBasicBlock::iterator MBBI,AuthCheckMethod Method,Register AuthenticatedReg,Register TmpReg,bool UseIKey,unsigned BrkImm) checkAuthenticatedRegister() argument 301 getCheckerSizeInBytes(AuthCheckMethod Method) getCheckerSizeInBytes() argument 317 AuthCheckMethod Method = Subtarget->getAuthenticatedLRCheckMethod(); checkAuthenticatedLR() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 150 validateBoxingMethod(Sema & S,SourceLocation Loc,const ObjCInterfaceDecl * Class,Selector Sel,const ObjCMethodDecl * Method) validateBoxingMethod() argument 284 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); getNSNumberFactoryMethod() local 346 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, BuildObjCNumericLiteral() local 810 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); BuildObjCArrayLiteral() local 972 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); BuildObjCDictionaryLiteral() local 1177 HelperToDiagnoseMismatchedMethodsInGlobalPool(Sema & S,SourceLocation AtLoc,SourceLocation LParenLoc,SourceLocation RParenLoc,ObjCMethodDecl * Method,ObjCMethodList & MethList) HelperToDiagnoseMismatchedMethodsInGlobalPool() argument 1205 DiagnoseMismatchedSelectors(Sema & S,SourceLocation AtLoc,ObjCMethodDecl * Method,SourceLocation LParenLoc,SourceLocation RParenLoc,bool WarnMultipleSelectors) DiagnoseMismatchedSelectors() argument 1237 ObjCMethodDecl *Method = M->getMethod(); LookupDirectMethodInMethodList() local 1297 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, ParseObjCSelectorExpression() local 1455 getBaseMessageSendResultType(Sema & S,QualType ReceiverType,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage) getBaseMessageSendResultType() argument 1520 getMessageSendResultType(const Expr * Receiver,QualType ReceiverType,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage) getMessageSendResultType() argument 1691 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); EmitRelatedResultTypeNote() local 1713 CheckMessageArgumentTypes(const Expr * Receiver,QualType ReceiverType,MultiExprArg Args,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage,SourceLocation lbrac,SourceLocation rbrac,SourceRange RecRange,QualType & ReturnType,ExprValueKind & VK) CheckMessageArgumentTypes() argument 1920 ObjCMethodDecl *Method = isSelfExpr() local 2266 ObjCInterfaceOrSuperCCC(ObjCMethodDecl * Method) ObjCInterfaceOrSuperCCC() argument 2307 if (ObjCMethodDecl *Method = getCurMethodDecl()) { getObjCMessageKind() local 2390 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); ActOnSuperMessage() local 2437 BuildClassMessageImplicit(QualType ReceiverType,bool isSuperReceiver,SourceLocation Loc,Selector Sel,ObjCMethodDecl * Method,MultiExprArg Args) BuildClassMessageImplicit() argument 2497 checkFoundationAPI(Sema & S,SourceLocation Loc,const ObjCMethodDecl * Method,ArrayRef<Expr * > Args,QualType ReceiverType,bool IsClassObjectCall) checkFoundationAPI() argument 2546 DiagnoseCStringFormatDirectiveInObjCAPI(Sema & S,ObjCMethodDecl * Method,Selector Sel,Expr ** Args,unsigned NumArgs) DiagnoseCStringFormatDirectiveInObjCAPI() argument 2613 BuildClassMessage(TypeSourceInfo * ReceiverTypeInfo,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildClassMessage() argument 2786 BuildInstanceMessageImplicit(Expr * Receiver,QualType ReceiverType,SourceLocation Loc,Selector Sel,ObjCMethodDecl * Method,MultiExprArg Args) BuildInstanceMessageImplicit() argument 2844 BuildInstanceMessage(Expr * Receiver,QualType ReceiverType,SourceLocation SuperLoc,Selector Sel,ObjCMethodDecl * Method,SourceLocation LBracLoc,ArrayRef<SourceLocation> SelectorLocs,SourceLocation RBracLoc,MultiExprArg ArgsIn,bool isImplicit) BuildInstanceMessage() argument [all...] |
H A D | SemaDeclObjC.cpp | 1776 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods() local 2604 CheckConflictingOverridingMethod(ObjCMethodDecl * Method,ObjCMethodDecl * Overridden,bool IsProtocolMethodDecl) CheckConflictingOverridingMethod() argument 3296 isMethodContextSameForKindofLookup(ObjCMethodDecl * Method,ObjCMethodDecl * MethodInList) isMethodContextSameForKindofLookup() argument 3317 addMethodToGlobalList(ObjCMethodList * List,ObjCMethodDecl * Method) addMethodToGlobalList() argument 3432 AddMethodToGlobalPool(ObjCMethodDecl * Method,bool impl,bool instance) AddMethodToGlobalPool() argument 3477 FilterMethodsByTypeBound(ObjCMethodDecl * Method,const ObjCObjectType * TypeBound) FilterMethodsByTypeBound() argument 3655 for (const ObjCMethodList *Method = &Methods.first; Method; LookupImplementedMethodInGlobalPool() local 3662 for (const ObjCMethodList *Method = &Methods.second; Method; LookupImplementedMethodInGlobalPool() local 3674 HelperSelectorsForTypoCorrection(SmallVectorImpl<const ObjCMethodDecl * > & BestMethod,StringRef Typo,const ObjCMethodDecl * Method) HelperSelectorsForTypoCorrection() argument 4015 ObjCMethodDecl *Method = ActOnAtEnd() local 4240 CheckRelatedResultTypeCompatibility(Sema & S,ObjCMethodDecl * Method,ObjCInterfaceDecl * CurrentClass) CheckRelatedResultTypeCompatibility() argument 4280 const ObjCMethodDecl *Method; global() member in __anon19cdc7dd0711::OverrideSearch 4624 checkObjCMethodX86VectorTypes(Sema & SemaRef,const ObjCMethodDecl * Method) checkObjCMethodX86VectorTypes() argument 4664 mergeObjCDirectMembers(Sema & S,Decl * CD,ObjCMethodDecl * Method) mergeObjCDirectMembers() argument 4673 checkObjCDirectMethodClashes(Sema & S,ObjCInterfaceDecl * IDecl,ObjCMethodDecl * Method,ObjCImplDecl * ImpDecl=nullptr) checkObjCDirectMethodClashes() argument 5278 GetIvarBackingPropertyAccessor(const ObjCMethodDecl * Method,const ObjCPropertyDecl * & PDecl) const GetIvarBackingPropertyAccessor() argument 5309 const ObjCMethodDecl *Method; global() member in __anon19cdc7dd0b11::UnusedBackingIvarChecker 5314 UnusedBackingIvarChecker(Sema & S,const ObjCMethodDecl * Method,const ObjCIvarDecl * IvarD) UnusedBackingIvarChecker() argument [all...] |
H A D | SemaLambda.cpp | 390 DiagnoseInvalidExplicitObjectParameterInLambda(CXXMethodDecl * Method) DiagnoseInvalidExplicitObjectParameterInLambda() argument 414 handleLambdaNumbering(CXXRecordDecl * Class,CXXMethodDecl * Method,std::optional<CXXRecordDecl::LambdaNumbering> NumberingOverride) handleLambdaNumbering() argument 943 CXXMethodDecl *Method = CXXMethodDecl::Create( CreateLambdaCallOperator() local 967 CompleteLambdaCallOperator(CXXMethodDecl * Method,SourceLocation LambdaLoc,SourceLocation CallOperatorLoc,Expr * TrailingRequiresClause,TypeSourceInfo * MethodTyInfo,ConstexprSpecKind ConstexprKind,StorageClass SC,ArrayRef<ParmVarDecl * > Params,bool HasExplicitResultType) CompleteLambdaCallOperator() argument 1053 CXXMethodDecl *Method = CreateLambdaCallOperator(Intro.Range, Class); ActOnLambdaExpressionAfterIntroducer() local 1353 CXXMethodDecl *Method = LSI->CallOperator; ActOnStartOfLambdaDefinition() local [all...] |
H A D | SemaCodeComplete.cpp | 230 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) ResultBuilder() local 422 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(S.CurContext)) { enterReturn() local 944 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) getDeclUsageType() local 1042 if (const auto *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) AdjustResultPriorityForDecl() local 1285 canCxxMethodBeCalled(const CXXMethodDecl * Method,QualType BaseExprType) const canCxxMethodBeCalled() argument 1337 const auto *Method = dyn_cast<CXXMethodDecl>(ND); canFunctionBeCalled() local 1416 if (const auto *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) AddResult() local 2084 for (auto *Method : CR->methods()) { AddOverrideResults() local 2094 for (auto *Method : BR->methods()) { AddOverrideResults() local 2466 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(SemaRef.CurContext)) AddOrdinaryNameResults() local 2707 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { AddOrdinaryNameResults() local 2785 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) { AddResultTypeChunk() local 3659 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) { createCodeCompletionStringForDecl() local 4313 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(CurContext); MaybeAddOverrideCalls() local 7540 isAcceptableObjCMethod(ObjCMethodDecl * Method,ObjCMethodKind WantKind,ArrayRef<IdentifierInfo * > SelIdents,bool AllowSameLength=true) isAcceptableObjCMethod() argument 7811 ObjCMethodDecl *Method = Msg->getMethodDecl(); GetAssumedMessageSendExprType() local 8000 if (ObjCMethodDecl *Method = getCurMethodDecl()) CodeCompleteObjCMessageReceiver() local 8096 const ObjCMethodDecl *Method = cast<ObjCMethodDecl>(R.Declaration); getPreferredArgumentTypeForMessageSend() local 9610 ObjCMethodDecl *Method = M->second.getPointer(); CodeCompleteObjCMethodDecl() local [all...] |
H A D | SemaOverload.cpp | 1969 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn); IsStandardConversion() local 5629 TryObjectArgumentInitialization(Sema & S,SourceLocation Loc,QualType FromType,Expr::Classification FromClassification,CXXMethodDecl * Method,const CXXRecordDecl * ActingContext,bool InOverloadResolution=false,QualType ExplicitParameterType=QualType (),bool SuppressUserConversion=false) TryObjectArgumentInitialization() argument 5786 PerformImplicitObjectArgumentInitialization(Expr * From,NestedNameSpecifier * Qualifier,NamedDecl * FoundDecl,CXXMethodDecl * Method) PerformImplicitObjectArgumentInitialization() argument 6347 PrepareExplicitObjectArgument(Sema & S,CXXMethodDecl * Method,Expr * Object,MultiExprArg & Args,SmallVectorImpl<Expr * > & NewArgs) PrepareExplicitObjectArgument() argument 6758 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Function)) { AddOverloadCandidate() local 7001 ObjCMethodDecl *Method = Methods[b]; SelectBestMethod() local 7090 CXXMethodDecl *Method = cast<CXXMethodDecl>(Function); convertArgsForAvailabilityChecks() local 7354 AddMethodCandidate(CXXMethodDecl * Method,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,ConversionSequenceList EarlyConversions,OverloadCandidateParamOrder PO) AddMethodCandidate() argument 7689 auto *Method = dyn_cast<CXXMethodDecl>(FD); CheckNonDependentConversions() local 12692 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) AddressOfFunctionResolver() local 12789 if (CXXMethodDecl *Method AddMatchingTemplateFunction() local 12837 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) { AddMatchingNonTemplateFunction() local 14067 BuildCXXMemberCallExpr(Expr * E,NamedDecl * FoundDecl,CXXConversionDecl * Method,bool HadMultipleCandidates) BuildCXXMemberCallExpr() argument 14236 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) { CreateOverloadedUnaryOp() local 14621 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FnDecl)) { CreateOverloadedBinOp() local 14685 if (const auto *Method = dyn_cast<CXXMethodDecl>(FnDecl); CreateOverloadedBinOp() local 14971 PrepareArgumentsForCallToObjectOfClassType(Sema & S,SmallVectorImpl<Expr * > & MethodArgs,CXXMethodDecl * Method,MultiExprArg Args,SourceLocation LParenLoc) PrepareArgumentsForCallToObjectOfClassType() argument 15078 CXXMethodDecl *Method = cast<CXXMethodDecl>(FnDecl); CreateOverloadedArraySubscriptExpr() local 15285 CXXMethodDecl *Method = nullptr; BuildCallToMemberFunction() local 15723 CXXMethodDecl *Method = cast<CXXMethodDecl>(Best->Function); BuildCallToObjectOfClassType() local 15890 CXXMethodDecl *Method = cast<CXXMethodDecl>(Best->Function); BuildOverloadedArrowExpr() local 16148 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) { FixOverloadedFunctionReference() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPClient.h | 33 HTTPMethod Method = HTTPMethod::GET; member
|
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 798 getFragmentsForSpecialCXXMethod(const CXXMethodDecl * Method) getFragmentsForSpecialCXXMethod() argument 827 getFragmentsForCXXMethod(const CXXMethodDecl * Method) getFragmentsForCXXMethod() argument 899 getFragmentsForOverloadedOperator(const CXXMethodDecl * Method) getFragmentsForOverloadedOperator() argument 1240 getFragmentsForObjCMethod(const ObjCMethodDecl * Method) getFragmentsForObjCMethod() argument 1460 getSubHeading(const ObjCMethodDecl * Method) getSubHeading() argument [all...] |
/freebsd-src/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbutils.c | 522 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local [all...] |
H A D | dbmethod.c | 459 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 741 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 D | ContainerModeling.cpp | 781 for (const auto *Method : CRD->methods()) { hasSubscriptOperator() local 797 for (const auto *Method : CRD->methods()) { frontModifiable() local 812 for (const auto *Method : CRD->methods()) { backModifiable() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 153 ClassT *Instance, RelocHandlerMethod &&Method) { in forEachRelaRelocation() argument 166 ClassT *Instance, RelocHandlerMethod &&Method) { in forEachRelRelocation() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 168 const CXXMethodDecl *Method; global() member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 532 visitKnownMember(CVMemberRecord & CVR,OneMethodRecord & Method) visitKnownMember() argument 541 visitKnownMember(CVMemberRecord & CVR,OverloadedMethodRecord & Method) visitKnownMember() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 472 visitKnownMember(CVMemberRecord & CVR,OneMethodRecord & Method) visitKnownMember() argument 484 visitKnownMember(CVMemberRecord & CVR,OverloadedMethodRecord & Method) visitKnownMember() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 232 CXXMethodDecl *Method = nullptr; member
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.h | 384 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 631 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(AnalyzedDecl)) { in initDataStructures() local 1050 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ParamContext)) { shouldBeCalledOnce() local 1076 shouldBeCalledOnce(const ObjCMethodDecl * Method,unsigned ParamIndex) const shouldBeCalledOnce() argument 1102 const ObjCMethodDecl *Method = Message->getMethodDecl(); shouldBeCalledOnce() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 193 for (const auto *Method : InstantiatedMethods) { in addUSRsOfInstantiatedMethods() local
|