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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp272 QualType MethodType = MethodTypeInfo->getType(); local
279 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>();
283 MethodType = Context.getFunctionType(Result, FPT->getArgTypes(),
305 MethodType, MethodTypeInfo,
H A DSemaDeclObjC.cpp3085 tok::TokenKind MethodType,
3124 MethodType == tok::minus, isVariadic,
3209 if (MethodType == tok::minus) {
3082 ActOnMethodDeclaration( Scope *S, SourceLocation MethodLoc, SourceLocation EndLoc, tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, ArrayRef<SourceLocation> SelectorLocs, Selector Sel, ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, bool isVariadic, bool MethodDefinition) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4502 TypeSourceInfo *MethodType,
6777 tok::TokenKind MethodType,

Completed in 203 milliseconds