Searched refs:DeclContextList (Results 1 – 2 of 2) sorted by relevance
228 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef232 DeclContextList CurContextChain;241 static DeclContextList buildContextChain(DeclContext *Start);243 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
4069 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in NamespaceSpecifierSet()4083 DeclContext *Start) -> DeclContextList { in buildContextChain()4085 DeclContextList Chain; in buildContextChain()4098 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()4100 for (DeclContextList::reverse_iterator C = DeclChain.rbegin(), in buildNestedNameSpecifier()4119 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()4120 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()4123 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in addNameSpecifier()