Home
last modified time | relevance | path

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

1234

/netbsd-src/external/mit/isl/dist/interface/
H A Dcpp.h19 struct Method { struct
30 Method(const isl_class &clazz, FunctionDecl *fd, argument
64 /* A data structure expressing how Method::on_arg_list should combine argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp149 struct Method { struct
150 StringRef Selector;
151 MethodKind Kind;
152 ParamsSeq Params;
153 NullabilitySeq Nullability;
154 Optional<NullabilityKind> NullabilityOfRet;
155 Optional<RetainCountConventionKind> RetainCountConvention;
156 AvailabilityItem Availability;
157 Optional<bool> SwiftPrivate;
158 StringRef SwiftName;
[all …]
/netbsd-src/external/apache2/llvm/dist/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.cpp386 if (const ObjCMethodDecl *Method = in ClassifyInternal() local
540 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1121 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument
1132 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument
1143 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument
1155 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument
1169 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument
1173 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument
1177 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument
1182 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument
1186 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, M… argument
1189 #define BENCHMARK_REGISTER_F(BaseClass, Method) \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1158 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument
1169 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument
1180 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument
1192 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument
1207 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument
1211 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument
1215 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument
1220 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument
1224 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument
1228 #define BENCHMARK_REGISTER_F(BaseClass, Method) \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h135 #define GMOCK_MOCKER_(arity, constness, Method) \ argument
139 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \ argument
163 #define GMOCK_METHOD1_(tn, constness, ct, Method, ...) \ argument
189 #define GMOCK_METHOD2_(tn, constness, ct, Method, ...) \ argument
219 #define GMOCK_METHOD3_(tn, constness, ct, Method, ...) \ argument
254 #define GMOCK_METHOD4_(tn, constness, ct, Method, ...) \ argument
292 #define GMOCK_METHOD5_(tn, constness, ct, Method, ...) \ argument
334 #define GMOCK_METHOD6_(tn, constness, ct, Method, ...) \ argument
380 #define GMOCK_METHOD7_(tn, constness, ct, Method, ...) \ argument
429 #define GMOCK_METHOD8_(tn, constness, ct, Method, ...) \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp149 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod()
283 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local
345 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local
809 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local
971 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local
1179 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1207 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors()
1239 ObjCMethodDecl *Method = M->getMethod(); in LookupDirectMethodInMethodList() local
1299 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local
1456 ObjCMethodDecl *Method, in getBaseMessageSendResultType()
[all …]
H A DSemaDeclObjC.cpp1760 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
2583 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3283 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup()
3304 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3419 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
3462 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound()
3640 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3647 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3659 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
4000 ObjCMethodDecl *Method = in ActOnAtEnd() local
[all …]
H A DSemaCodeComplete.cpp224 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local
396 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(S.CurContext)) { in enterReturn() local
921 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local
1019 if (const auto *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) in AdjustResultPriorityForDecl() local
1325 if (const auto *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local
1987 for (auto *Method : CR->methods()) { in AddOverrideResults() local
1997 for (auto *Method : BR->methods()) { in AddOverrideResults() local
2369 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(SemaRef.CurContext)) in AddOrdinaryNameResults() local
2610 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults() local
2681 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) { in AddResultTypeChunk() local
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbutils.c414 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local
H A Ddbmethod.c351 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp744 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local
777 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, in getReturnTypeForMethod()
814 const ObjCMethodDecl *Method = in checkPreObjCMessage() local
980 const ObjCMethodDecl *Method = in checkPostObjCMessage() local
H A DContainerModeling.cpp795 for (const auto *Method : CRD->methods()) { in hasSubscriptOperator() local
811 for (const auto *Method : CRD->methods()) { in frontModifiable() local
826 for (const auto *Method : CRD->methods()) { in backModifiable() local
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp115 for (const auto *Method : MarkedMethods) { in HandleTranslationUnit() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp528 OneMethodRecord &Method) { in visitKnownMember()
537 OverloadedMethodRecord &Method) { in visitKnownMember()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp473 OneMethodRecord &Method) { in visitKnownMember()
485 OverloadedMethodRecord &Method) { in visitKnownMember()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DThunk.h168 const CXXMethodDecl *Method; member
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Druntime.h60 typedef struct objc_method *Method; typedef
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h60 typedef struct objc_method *Method; typedef
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h232 CXXMethodDecl *Method = nullptr; member
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h385 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor() local
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp195 for (const auto *Method : InstantiatedMethods) { in addUSRsOfInstantiatedMethods() local

1234