Home
last modified time | relevance | path

Searched refs:parseMethod (Results 1 – 7 of 7) sorted by relevance

/external/doclava/src/com/google/doclava/apicheck/
DApiFile.java217 parseMethod(tokenizer, cl, token); in parseClass()
287 private static void parseMethod(Tokenizer tokenizer, ClassInfo cl, String token) in parseMethod() method in ApiFile
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp3633 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument
3637 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3638 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3665 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()
3671 if (parseMethod) in ParseLexedObjCMethodDefs()
/external/clang/lib/Parse/
DParseObjc.cpp3619 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument
3623 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3624 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3644 parseMethod in ParseLexedObjCMethodDefs()
3650 if (parseMethod) in ParseLexedObjCMethodDefs()
/external/skqp/tools/bookmaker/
DincludeParser.h211 bool parseMethod(Definition* child, Definition* markupDef);
DincludeParser.cpp2533 bool IncludeParser::parseMethod(Definition* child, Definition* markupDef) { in parseMethod() function in IncludeParser
2782 if (!this->parseMethod(child, markupDef)) { in parseObject()
/external/clang/include/clang/Parse/
DParser.h1226 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
/external/llvm-project/clang/include/clang/Parse/
DParser.h1556 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);