Searched refs:addScopedType (Results 1 – 3 of 3) sorted by relevance
68 void addScopedType(NamedType* type, Scope* scope);
726 ast->addScopedType(iface, *scope);743 ast->addScopedType(typeDef, *scope);936 ast->addScopedType(container, *scope);1042 ast->addScopedType(enumType, *scope);
518 void AST::addScopedType(NamedType* type, Scope* scope) { in addScopedType() function in android::AST