Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp2910 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument
2914 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
2915 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
2936 parseMethod in ParseLexedObjCMethodDefs()
2942 if (parseMethod) in ParseLexedObjCMethodDefs()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1110 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);