Searched refs:fqname (Results 1 – 5 of 5) sorted by relevance
165 FQName fqname; in ReadInterfaceInheritanceHierarchy() local166 if (!fqname.setTo(intf)) { in ReadInterfaceInheritanceHierarchy()169 inherited_interfaces.insert(fqname); in ReadInterfaceInheritanceHierarchy()171 FQName fqname; in ReadInterfaceInheritanceHierarchy() local172 if (!fqname.setTo(iface.name)) { in ReadInterfaceInheritanceHierarchy()175 result[fqname] = inherited_interfaces; in ReadInterfaceInheritanceHierarchy()
36 for (const FQName& fqname : fqnames) { in FQNamesToString() local37 fqname_strings.insert(fqname.string()); in FQNamesToString()
230 AttributeConstantExpression(const Reference<Type>& value, const std::string& fqname,
286 %type<fqName> fqname484 fqname508 : fqname759 | fqname771 | fqname '#' IDENTIFIER
741 const std::string& fqname, in AttributeConstantExpression() argument743 : ConstantExpression(fqname + "#" + tag), mReference(value), mTag(tag) {} in AttributeConstantExpression()