Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h228 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef
232 DeclContextList CurContextChain;
241 static DeclContextList buildContextChain(DeclContext *Start);
243 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/external/clang/lib/Sema/
DSemaLookup.cpp4069 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in NamespaceSpecifierSet()
4083 DeclContext *Start) -> DeclContextList { in buildContextChain()
4085 DeclContextList Chain; in buildContextChain()
4098 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
4100 for (DeclContextList::reverse_iterator C = DeclChain.rbegin(), in buildNestedNameSpecifier()
4119 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()
4120 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()
4123 for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), in addNameSpecifier()