Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRAttrs.h38 class MethodType; variable
/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 DSemaAPINotes.cpp630 auto MethodType = Method->getType(); in ProcessAPINotes() local
634 S.Context.getAttributedType(attr, MethodType, MethodType); in ProcessAPINotes()
H A DSemaLambda.cpp390 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 DSemaDeclObjC.cpp4784 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 DSemaObjC.h362 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2640 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local
2648 MethodType, translateAccessFlags(Ty->getTag(), SP->getFlags()), in lowerRecordFieldList()