Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4889 DeclContext *Start) -> DeclContextList { in buildContextChain()
4891 DeclContextList Chain; in buildContextChain()
4904 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
4923 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()
4924 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()