Home
last modified time | relevance | path

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

/freebsd-14.2/tests/atf_python/
H A Datf_pytest.py140 obj.runtest = types.MethodType(ATFCleanupItem.runtest, obj)
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp366 QualType MethodType = MethodTypeInfo->getType(); in buildTypeForLambdaCallOperator() local
371 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in buildTypeForLambdaCallOperator()
375 MethodType = S.Context.getFunctionType(Result, FPT->getParamTypes(), in buildTypeForLambdaCallOperator()
379 return MethodType; in buildTypeForLambdaCallOperator()
H A DSemaDeclObjC.cpp4722 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, in ActOnMethodDeclaration() argument
4758 MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration()
4844 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2626 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local
2634 MethodType, translateAccessFlags(Ty->getTag(), SP->getFlags()), in lowerRecordFieldList()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10717 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,