Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp2344 LookupResult LocalR(LookupResult::Temporary, R); in LookupQualifiedNameInUsingDirectives() local
2353 LookupResult &DirectR = UseLocal ? LocalR : R; in LookupQualifiedNameInUsingDirectives()
2368 R.addAllDecls(LocalR); in LookupQualifiedNameInUsingDirectives()
2369 LocalR.clear(); in LookupQualifiedNameInUsingDirectives()