Searched refs:addImport (Results 1 – 3 of 3) sorted by relevance
51 bool addImport(const char *import);
557 if (!ast->addImport($2)) {565 if (!ast->addImport($2)) {681 if (!ast->addImport(gIBaseFqName.string().c_str())) {
364 bool AST::addImport(const char *import) { in addImport() function in android::AST