Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h219 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef
223 DeclContextList CurContextChain;
232 static DeclContextList buildContextChain(DeclContext *Start);
234 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4531 DeclContext *Start) -> DeclContextList { in buildContextChain()
4533 DeclContextList Chain; in buildContextChain()
4546 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
4565 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()
4566 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()