Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSemaInternal.h234 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp4874 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier() argument
4876 for (DeclContext *C : llvm::reverse(DeclChain)) { in buildNestedNameSpecifier()