Home
last modified time | relevance | path

Searched refs:MethodType (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/atf_python/
H A Datf_pytest.py140 obj.runtest = types.MethodType(ATFCleanupItem.runtest, obj)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp369 QualType MethodType = MethodTypeInfo->getType(); in buildTypeForLambdaCallOperator() local
374 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in buildTypeForLambdaCallOperator()
378 MethodType = S.Context.getFunctionType(Result, FPT->getParamTypes(), in buildTypeForLambdaCallOperator()
382 return MethodType; in buildTypeForLambdaCallOperator()
H A DSemaDeclObjC.cpp4730 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, in ActOnMethodDeclaration() argument
4767 SemaRef.CurContext, MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration()
4857 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h370 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2626 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList()
2634 MethodType, translateAccessFlags(Ty->getTag(), SP->getFlags()), in lowerRecordFieldList()
2608 TypeIndex MethodType = getMemberFunctionType(SP, Ty); lowerRecordFieldList() local