Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h232 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef
236 DeclContextList CurContextChain;
245 static DeclContextList buildContextChain(DeclContext *Start);
247 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/external/clang/lib/Sema/
DSemaLookup.cpp4167 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()