Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp366 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 DSemaDeclObjC.cpp4703 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 DCodeViewDebug.cpp2465 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 DSema.h6586 TypeSourceInfo *MethodType,
9681 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType,