Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h254 typedef SmallVector<DeclContext*, 4> DeclContextList; typedef
258 DeclContextList CurContextChain;
267 static DeclContextList buildContextChain(DeclContext *Start);
269 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4252 DeclContext *Start) -> DeclContextList { in buildContextChain()
4254 DeclContextList Chain; in buildContextChain()
4267 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier()
4286 DeclContextList NamespaceDeclChain(buildContextChain(Ctx)); in addNameSpecifier()
4287 DeclContextList FullNamespaceDeclChain(NamespaceDeclChain); in addNameSpecifier()