Searched refs:MethodType (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRAttrs.h | 38 class MethodType; variable
|
| /freebsd/tests/atf_python/ |
| H A D | atf_pytest.py | 140 obj.runtest = types.MethodType(ATFCleanupItem.runtest, obj)
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAPINotes.cpp | 630 auto MethodType = Method->getType(); in ProcessAPINotes() local 634 S.Context.getAttributedType(attr, MethodType, MethodType); in ProcessAPINotes()
|
| H A D | SemaLambda.cpp | 390 QualType MethodType = MethodTypeInfo->getType(); in buildTypeForLambdaCallOperator() local 395 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in buildTypeForLambdaCallOperator() 399 MethodType = S.Context.getFunctionType(Result, FPT->getParamTypes(), in buildTypeForLambdaCallOperator() 403 return MethodType; in buildTypeForLambdaCallOperator()
|
| H A D | SemaDeclObjC.cpp | 4784 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, in ActOnMethodDeclaration() argument 4821 SemaRef.CurContext, MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration() 4861 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 362 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2640 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local 2648 MethodType, translateAccessFlags(Ty->getTag(), SP->getFlags()), in lowerRecordFieldList()
|