Home
last modified time | relevance | path

Searched refs:DeclContextList (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaLookup.cpp3330 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef
3335 DeclContextList CurContextChain;
3346 static DeclContextList BuildContextChain(DeclContext *Start);
3361 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in NamespaceSpecifierSet()
3383 DeclContextList NamespaceSpecifierSet::BuildContextChain(DeclContext *Start) { in BuildContextChain()
3385 DeclContextList Chain; in BuildContextChain()
3418 DeclContextList NamespaceDeclChain(BuildContextChain(Ctx)); in AddNamespace()
3419 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in AddNamespace()
3422 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in AddNamespace()
3445 for (DeclContextList::reverse_iterator C = NamespaceDeclChain.rbegin(), in AddNamespace()