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

/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h888 typedef void (Class::*MethodType)(); typedef in class:google::protobuf::internal::MethodClosure0
890 MethodClosure0(Class* object, MethodType method, bool self_deleting)
902 MethodType method_;
932 typedef void (Class::*MethodType)(Arg1 arg1); typedef in class:google::protobuf::internal::MethodClosure1
934 MethodClosure1(Class* object, MethodType method, bool self_deleting,
948 MethodType method_;
980 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef in class:google::protobuf::internal::MethodClosure2
982 MethodClosure2(Class* object, MethodType method, bool self_deleting,
996 MethodType method_;
/external/clang/lib/Sema/
H A DSemaLambda.cpp358 QualType MethodType = MethodTypeInfo->getType(); local
365 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>();
369 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(),
391 MethodType, MethodTypeInfo,
H A DSemaDeclObjC.cpp4132 tok::TokenKind MethodType,
4170 MethodType == tok::minus, isVariadic,
4254 if (MethodType == tok::minus) {
4129 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

Completed in 242 milliseconds