Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2872 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument
2876 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
2877 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
2898 parseMethod in ParseLexedObjCMethodDefs()
2904 if (parseMethod) in ParseLexedObjCMethodDefs()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1183 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);