Searched refs:DeclContextList (Results 1 – 2 of 2) sorted by relevance
219 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef223 DeclContextList CurContextChain;232 static DeclContextList buildContextChain(DeclContext *Start);234 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
4859 DeclContext *Start) -> DeclContextList { in buildContextChain()4861 DeclContextList Chain; in buildContextChain()4874 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()4893 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()4894 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()