Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h215 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef
219 DeclContextList CurContextChain;
228 static DeclContextList buildContextChain(DeclContext *Start);
230 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4820 DeclContext *Start) -> DeclContextList { in buildContextChain()
4822 DeclContextList Chain; in buildContextChain()
4835 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
4854 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()
4855 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()