Searched refs:MethodType (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
H A D | run.py | 125 isinstance(responses[index], types.MethodType)):
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | loader.py | 120 elif (isinstance(obj, (types.MethodType, types.FunctionType)) and
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 372 QualType MethodType = MethodTypeInfo->getType(); in startLambdaDefinition() local 379 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition() 383 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(), in startLambdaDefinition() 401 MethodType, MethodTypeInfo, SC, getCurFPFeatures().isFPConstrained(), in startLambdaDefinition()
|
H A D | SemaDeclObjC.cpp | 4723 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, in ActOnMethodDeclaration() argument 4759 MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration() 4844 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2593 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local 2601 MethodType, translateAccessFlags(Ty->getTag(), SP->getFlags()), in lowerRecordFieldList()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 7095 TypeSourceInfo *MethodType, SourceLocation EndLoc, 10399 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,
|