Home
last modified time | relevance | path

Searched refs:addUnhandledComment (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/tools/hidl/
H A DAST.h227 void addUnhandledComment(const DocComment* docComment);
H A Dhidl-gen_l.ll99 ast->addUnhandledComment(
H A DAST.cpp946 void AST::addUnhandledComment(const DocComment* docComment) { in addUnhandledComment() function in android::AST
H A Dhidl-gen_y.yy368 | doc_comments { ast->addUnhandledComment($1); $$ = $1; }