Searched refs:isLibrary (Results 1 – 3 of 3) sorted by relevance
21 Include::Include(const std::string &name, bool isLibrary) in Include() argument22 : Declaration(name), mIsLibrary(isLibrary) in Include()27 bool Include::isLibrary() const { in isLibrary() function in android::Include35 if (isLibrary()) { in generateSource()
30 Include(const std::string &name, bool isLibrary);39 bool isLibrary() const;
279 $$ = new Include($3, true /* isLibrary */);283 $$ = new Include($3, false /* isLibrary */);