Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1898 LookupResult LocalR(LookupResult::Temporary, R); in LookupQualifiedNameInUsingDirectives() local
1907 LookupResult &DirectR = UseLocal ? LocalR : R; in LookupQualifiedNameInUsingDirectives()
1922 R.addAllDecls(LocalR); in LookupQualifiedNameInUsingDirectives()
1923 LocalR.clear(); in LookupQualifiedNameInUsingDirectives()