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