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

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java52 public class MethodDefinition { class
62 public MethodDefinition(ClassDataItem.EncodedMethod encodedMethod) { method in class:MethodDefinition
/external/clang/lib/Parse/
H A DParseObjc.cpp670 bool MethodDefinition) {
676 MethodDefinition);
983 bool MethodDefinition) {
1037 false, MethodDefinition);
1169 MethodImplKind, isVariadic, MethodDefinition);
669 ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
980 ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType, tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3074 bool isVariadic, bool MethodDefinition) {
3132 (MethodDefinition ? diag::warn_method_param_redefinition
3062 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 1007 milliseconds