Home
last modified time | relevance | path

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

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