Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp381 QualType MethodType = MethodTypeInfo->getType(); in startLambdaDefinition() local
388 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition()
392 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(), in startLambdaDefinition()
414 MethodType, MethodTypeInfo, in startLambdaDefinition()
H A DSemaDeclObjC.cpp4526 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, in ActOnMethodDeclaration() argument
4561 MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration()
4646 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2335 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local
2343 MethodType, translateAccessFlags(Ty->getTag(), SP->getFlags()), in lowerRecordFieldList()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5572 TypeSourceInfo *MethodType,
8182 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,