Searched refs:DeclContextList (Results 1 – 2 of 2) sorted by relevance
215 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef219 DeclContextList CurContextChain;228 static DeclContextList buildContextChain(DeclContext *Start);230 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
4820 DeclContext *Start) -> DeclContextList { in buildContextChain()4822 DeclContextList Chain; in buildContextChain()4835 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()4854 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()4855 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()