Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2340 LookupResult LocalR(LookupResult::Temporary, R); in LookupQualifiedNameInUsingDirectives() local
2349 LookupResult &DirectR = UseLocal ? LocalR : R; in LookupQualifiedNameInUsingDirectives()
2364 R.addAllDecls(LocalR); in LookupQualifiedNameInUsingDirectives()
2365 LocalR.clear(); in LookupQualifiedNameInUsingDirectives()