Searched refs:MethodType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 381 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 D | SemaDeclObjC.cpp | 4526 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 D | CodeViewDebug.cpp | 2335 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 D | Sema.h | 5572 TypeSourceInfo *MethodType, 8182 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,
|