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,
4889 DeclContext *Start) -> DeclContextList { in buildContextChain()4891 DeclContextList Chain; in buildContextChain()4904 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()4923 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()4924 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()