Searched refs:DeclContextList (Results 1 – 2 of 2) sorted by relevance
232 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef236 DeclContextList CurContextChain;245 static DeclContextList buildContextChain(DeclContext *Start);247 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
4167 DeclContext *Start) -> DeclContextList { in buildContextChain()4169 DeclContextList Chain; in buildContextChain()4182 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()4201 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()4202 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()