Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1861 bool FoundNonTag = false; in LookupQualifiedNameInUsingDirectives() local
1883 FoundNonTag = true; in LookupQualifiedNameInUsingDirectives()
1906 if (FoundTag && FoundNonTag) in LookupQualifiedNameInUsingDirectives()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp2034 bool FoundNonTag = false; in LookupQualifiedNameInUsingDirectives() local
2056 FoundNonTag = true; in LookupQualifiedNameInUsingDirectives()
2079 if (FoundTag && FoundNonTag) in LookupQualifiedNameInUsingDirectives()