Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h234 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4546 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier() argument
4548 for (DeclContext *C : llvm::reverse(DeclChain)) { in buildNestedNameSpecifier()