Searched refs:addScopedType (Results 1 – 3 of 3) sorted by relevance
61 void addScopedType(NamedType* type, Scope* scope);
722 ast->addScopedType(iface, *scope);735 ast->addScopedType(typeDef, *scope);921 ast->addScopedType(container, *scope);1033 ast->addScopedType(enumType, *scope);
477 void AST::addScopedType(NamedType* type, Scope* scope) { in addScopedType() function in android::AST