Lines Matching refs:LVStringRefs
240 LVScope *get(LVStringRefs Components);
254 LVLexicalIndex find(LVStringRefs Components) { in find()
258 LVStringRefs::size_type FirstNamespace = 0; in find()
259 LVStringRefs::size_type FirstNonNamespace; in find()
260 for (LVStringRefs::size_type Index = 0; Index < Components.size(); in find()
407 LVStringRefs Components; in init()
435 LVScope *LVNamespaceDeduction::get(LVStringRefs Components) { in get()
466 LVStringRefs Components = getAllLexicalComponents(ScopedName); in get()
3266 LVStringRefs Components = getAllLexicalComponents(ScopedName); in createParents()
3271 LVStringRefs::size_type FirstNamespace; in createParents()
3272 LVStringRefs::size_type FirstAggregate; in createParents()
3284 LVStringRefs(Components.begin() + FirstNamespace, in createParents()
3294 LVStringRefs(Components.begin(), Components.begin() + FirstAggregate)); in createParents()
3297 for (LVStringRefs::size_type Index = FirstAggregate; in createParents()
3299 AggregateName = getScopedName(LVStringRefs(Components.begin() + Index, in createParents()