Lines Matching refs:NamespaceDeduction
317 LVNamespaceDeduction NamespaceDeduction; member
329 : Reader(Reader), Visitor(Visitor), NamespaceDeduction(this), in LVShared()
579 Shared->NamespaceDeduction.add(Class.getName()); in visitKnownRecord()
597 Shared->NamespaceDeduction.add(Enum.getName()); in visitKnownRecord()
611 Shared->NamespaceDeduction.add(Func.getName()); in visitKnownRecord()
665 Shared->NamespaceDeduction.add(Union.getName()); in visitKnownRecord()
1365 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Data.Name)) { in visitKnownRecord()
1654 if (LVScope *Namespace = Shared->NamespaceDeduction.get(UDT.Name)) { in visitKnownRecord()
2015 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Class.getName())) in visitKnownRecord()
2086 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Enum.getName())) in visitKnownRecord()
2476 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Union.getName())) in visitKnownRecord()
2562 if (LVScope *Namespace = Shared->NamespaceDeduction.get( in visitKnownRecord()
3274 Shared->NamespaceDeduction.find(Components); in createParents()
3283 Shared->NamespaceDeduction.get( in createParents()
3391 Shared->NamespaceDeduction.init(); in processNamespaces()