Home
last modified time | relevance | path

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 Drun.py125 isinstance(responses[index], types.MethodType)):
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py120 elif (isinstance(obj, (types.MethodType, types.FunctionType)) and
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp372 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 DSemaDeclObjC.cpp4723 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 DCodeViewDebug.cpp2593 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 DSema.h7095 TypeSourceInfo *MethodType, SourceLocation EndLoc,
10399 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,