Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h216 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef
220 DeclContextList CurContextChain;
232 static DeclContextList buildContextChain(DeclContext *Start);
236 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3697 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in NamespaceSpecifierSet()
3712 DeclContext *Start) -> DeclContextList { in buildContextChain()
3714 DeclContextList Chain; in buildContextChain()
3743 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
3745 for (DeclContextList::reverse_iterator C = DeclChain.rbegin(), in buildNestedNameSpecifier()
3764 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()
3765 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()
3768 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in addNameSpecifier()