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,
4531 DeclContext *Start) -> DeclContextList { in buildContextChain()4533 DeclContextList Chain; in buildContextChain()4546 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()4565 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()4566 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()