Searched refs:addType (Results 1 – 3 of 3) sorted by relevance
37 bool addType(NamedType *type, std::string *errorMsg);
33 bool Scope::addType(NamedType *type, std::string *errorMsg) { in addType() function in android::Scope
223 bool success = scope()->addType(type, errorMsg); in addScopedTypeInternal()