Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp2077 LookupResult LocalR(LookupResult::Temporary, R); in LookupQualifiedNameInUsingDirectives() local
2086 LookupResult &DirectR = UseLocal ? LocalR : R; in LookupQualifiedNameInUsingDirectives()
2101 R.addAllDecls(LocalR); in LookupQualifiedNameInUsingDirectives()
2102 LocalR.clear(); in LookupQualifiedNameInUsingDirectives()