Searched defs:isIBase (Results 1 – 3 of 3) sorted by relevance
52 bool isIBase() const { return fqName() == gIBaseFqName; } in isIBase() function
875 bool AST::isIBase() const { in isIBase() function in android::AST
2321 bool isIBase = ast->package().package() == gIBaseFqName.package(); in yyuserAction() local