Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp358 QualType MethodType = MethodTypeInfo->getType(); in startLambdaDefinition() local
365 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition()
369 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(), in startLambdaDefinition()
391 MethodType, MethodTypeInfo, in startLambdaDefinition()
H A DSemaDeclObjC.cpp3089 tok::TokenKind MethodType, in ActOnMethodDeclaration() argument
3125 MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration()
3209 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h4801 TypeSourceInfo *MethodType,
7112 tok::TokenKind MethodType,