Searched refs:DeclContextList (Results 1 – 4 of 4) sorted by relevance
219 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef223 DeclContextList CurContextChain;232 static DeclContextList buildContextChain(DeclContext *Start);234 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
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()
4482 DeclContext *Start) -> DeclContextList { in buildContextChain()4484 DeclContextList Chain; in buildContextChain()4497 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()4516 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()4517 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()