Home
last modified time | relevance | path

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 Drun.py125 isinstance(responses[index], types.MethodType)):
/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py558 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 Dloader.py120 elif (isinstance(obj, (types.MethodType, types.FunctionType)) and
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp364 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 DSemaDeclObjC.cpp4711 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 DCodeViewDebug.cpp2574 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 DSema.h6945 TypeSourceInfo *MethodType,
10075 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,