Home
last modified time | relevance | path

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

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