Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1863 LookupResult LocalR(LookupResult::Temporary, R); in LookupQualifiedNameInUsingDirectives() local
1872 LookupResult &DirectR = UseLocal ? LocalR : R; in LookupQualifiedNameInUsingDirectives()
1887 R.addAllDecls(LocalR); in LookupQualifiedNameInUsingDirectives()
1888 LocalR.clear(); in LookupQualifiedNameInUsingDirectives()