Searched refs:DeclContextList (Results 1 – 2 of 2) sorted by relevance
216 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef220 DeclContextList CurContextChain;232 static DeclContextList buildContextChain(DeclContext *Start);236 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
3697 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in NamespaceSpecifierSet()3712 DeclContext *Start) -> DeclContextList { in buildContextChain()3714 DeclContextList Chain; in buildContextChain()3743 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()3745 for (DeclContextList::reverse_iterator C = DeclChain.rbegin(), in buildNestedNameSpecifier()3764 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()3765 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()3768 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in addNameSpecifier()