Searched refs:postParse (Results 1 – 3 of 3) sorted by relevance
92 status_t postParse();
103 status_t AST::postParse() { in postParse() function in android::AST
276 if (parseFile(*ast, std::move(file)) != OK || (*ast)->postParse() != OK) { in parseOptional()