Home
last modified time | relevance | path

Searched refs:LONG_COMMENT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aidl/
Daidl_language_l.l34 %x COPYING LONG_COMMENT
51 \/\* { begin_extra_text(yylineno, (which_extra_text)LONG_COMMENT);
52 BEGIN(LONG_COMMENT); }
53 <LONG_COMMENT>[^*]* { append_extra_text(yytext); }
54 <LONG_COMMENT>\*+[^/] { append_extra_text(yytext); }
55 <LONG_COMMENT>\n { append_extra_text(yytext); }
56 <LONG_COMMENT>\**\/ { BEGIN(INITIAL); }
Dgenerate_java.cpp41 else if (extra->which == LONG_COMMENT) { in gather_comments()
Daidl_language.h8 LONG_COMMENT, enumerator