Searched refs:MethodType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/tests/atf_python/ |
| H A D | atf_pytest.py | 140 obj.runtest = types.MethodType(ATFCleanupItem.runtest, obj)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 366 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 D | SemaDeclObjC.cpp | 4722 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 D | CodeViewDebug.cpp | 2626 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 D | Sema.h | 10717 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,
|