Searched refs:MethodType (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | run.py | 125 isinstance(responses[index], types.MethodType)):
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/six/ |
| H A D | six.py | 558 create_bound_method = types.MethodType 569 return types.MethodType(func, obj, obj.__class__) 572 return types.MethodType(func, None, cls)
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | loader.py | 120 elif (isinstance(obj, (types.MethodType, types.FunctionType)) and
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 364 QualType MethodType = MethodTypeInfo->getType(); in startLambdaDefinition() local 371 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition() 375 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(), in startLambdaDefinition() 393 MethodType, MethodTypeInfo, SC_None, getCurFPFeatures().isFPConstrained(), in startLambdaDefinition()
|
| H A D | SemaDeclObjC.cpp | 4711 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, in ActOnMethodDeclaration() argument 4747 MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration() 4832 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2574 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local 2582 MethodType, translateAccessFlags(Ty->getTag(), SP->getFlags()), in lowerRecordFieldList()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6945 TypeSourceInfo *MethodType, 10075 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,
|