Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp149 struct Method { struct
150 StringRef Selector;
151 MethodKind Kind;
152 ParamsSeq Params;
153 NullabilitySeq Nullability;
154 std::optional<NullabilityKind> NullabilityOfRet;
155 std::optional<RetainCountConventionKind> RetainCountConvention;
156 AvailabilityItem Availability;
157 std::optional<bool> SwiftPrivate;
158 StringRef SwiftName;
[all …]
/openbsd-src/gnu/llvm/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
554 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
H A DDeclObjC.cpp767 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
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp150 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod()
284 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local
346 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local
810 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local
972 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local
1177 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1205 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors()
1237 ObjCMethodDecl *Method = M->getMethod(); in LookupDirectMethodInMethodList() local
1297 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local
1454 ObjCMethodDecl *Method, in getBaseMessageSendResultType()
[all …]
H A DSemaDeclObjC.cpp1776 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
2604 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3297 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup()
3318 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3433 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
3478 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound()
3656 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3663 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3675 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
4016 ObjCMethodDecl *Method = in ActOnAtEnd() local
[all …]
H A DSemaCodeComplete.cpp229 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local
401 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(S.CurContext)) { in enterReturn() local
923 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local
1021 if (const auto *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) in AdjustResultPriorityForDecl() local
1333 if (const auto *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local
1387 const auto *Method = dyn_cast<CXXMethodDecl>(R.getDeclaration()); in AddResult() local
2023 for (auto *Method : CR->methods()) { in AddOverrideResults() local
2033 for (auto *Method : BR->methods()) { in AddOverrideResults() local
2404 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(SemaRef.CurContext)) in AddOrdinaryNameResults() local
2645 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults() local
[all …]
H A DSemaLambda.cpp397 CXXMethodDecl *Method = CXXMethodDecl::Create( in startLambdaDefinition() local
437 CXXRecordDecl *Class, CXXMethodDecl *Method, in handleLambdaNumbering()
1011 CXXMethodDecl *Method = in ActOnStartOfLambdaDefinition() local
H A DSemaOverload.cpp1849 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn); in IsStandardConversion() local
5449 CXXMethodDecl *Method, in TryObjectArgumentInitialization()
5577 CXXMethodDecl *Method) { in PerformObjectArgumentInitialization()
6435 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Function)) { in AddOverloadCandidate() local
6678 ObjCMethodDecl *Method = Methods[b]; in SelectBestMethod() local
6767 CXXMethodDecl *Method = cast<CXXMethodDecl>(Function); in convertArgsForAvailabilityChecks() local
7031 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate()
7361 auto *Method = dyn_cast<CXXMethodDecl>(FD); in CheckNonDependentConversions() local
12228 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) in AddressOfFunctionResolver() local
12325 if (CXXMethodDecl *Method in AddMatchingTemplateFunction() local
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/
H A Doverload.pm99 sub Method { subroutine
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h31 HTTPMethod Method = HTTPMethod::GET; member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp742 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local
775 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, in getReturnTypeForMethod()
812 const ObjCMethodDecl *Method = in checkPreObjCMessage() local
978 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
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp574 const ObjCMethodDecl *Method) { in getFragmentsForObjCMethod()
788 DeclarationFragmentsBuilder::getSubHeading(const ObjCMethodDecl *Method) { in getSubHeading()
H A DExtractAPIVisitor.cpp98 if (const auto *Method = dyn_cast<CXXMethodDecl>(Decl)) { in VisitFunctionDecl() local
454 for (const auto *Method : Methods) { in recordObjCMethods() local
/openbsd-src/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp115 for (const auto *Method : MarkedMethods) { in HandleTranslationUnit() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp531 OneMethodRecord &Method) { in visitKnownMember()
540 OverloadedMethodRecord &Method) { in visitKnownMember()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp472 OneMethodRecord &Method) { in visitKnownMember()
484 OverloadedMethodRecord &Method) { in visitKnownMember()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DThunk.h168 const CXXMethodDecl *Method; member
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXInheritance.h232 CXXMethodDecl *Method = nullptr; member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h385 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor() local
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp246 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax() local
578 for (auto *Method : D->methods()) { in migrateObjCContainerDecl() local
1156 ObjCMethodDecl *Method) { in migrateProperty()
1284 for (auto *Method : CDecl->methods()) { in migrateAllMethodInstaceType() local
1561 for (const auto *Method : CDecl->methods()) in migrateARCSafeAnnotation() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp193 for (const auto *Method : InstantiatedMethods) { in addUSRsOfInstantiatedMethods() local

1234