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

/external/clang/lib/Parse/
H A DParseObjc.cpp347 ParseObjCMethodPrototype(MethodImplKind, false);
349 // Consume the ';' here, since ParseObjCMethodPrototype() is re-used for
607 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, function in class:Parser
1846 Decl *MDecl = ParseObjCMethodPrototype();

Completed in 30 milliseconds