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.cpp655 bool MethodDefinition) {
661 MethodDefinition);
968 bool MethodDefinition) {
1022 false, MethodDefinition);
1151 MethodImplKind, isVariadic, MethodDefinition);
654 ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
965 ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType, tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2792 bool isVariadic, bool MethodDefinition) {
2857 (MethodDefinition ? diag::warn_method_param_redefinition
2780 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 888 milliseconds