Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaInternal.h230 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4835 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier() argument
4837 for (DeclContext *C : llvm::reverse(DeclChain)) { in buildNestedNameSpecifier()