Searched refs:MethodType (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 366 QualType MethodType = MethodTypeInfo->getType(); in startLambdaDefinition() local 373 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition() 377 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(), in startLambdaDefinition() 395 MethodType, MethodTypeInfo, SC_None, in startLambdaDefinition()
|
H A D | SemaDeclObjC.cpp | 4703 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, in ActOnMethodDeclaration() argument 4739 MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration() 4824 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2465 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local 2473 MethodType, translateAccessFlags(Ty->getTag(), SP->getFlags()), in lowerRecordFieldList()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 6586 TypeSourceInfo *MethodType, 9681 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,
|