Home
last modified time | relevance | path

Searched refs:LocalR (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp2036 LookupResult LocalR(LookupResult::Temporary, R); in LookupQualifiedNameInUsingDirectives() local
2045 LookupResult &DirectR = UseLocal ? LocalR : R; in LookupQualifiedNameInUsingDirectives()
2060 R.addAllDecls(LocalR); in LookupQualifiedNameInUsingDirectives()
2061 LocalR.clear(); in LookupQualifiedNameInUsingDirectives()