Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp4538 bool IsUnqualifiedLookup = false; in makeTypoCorrectionConsumer() local
4555 IsUnqualifiedLookup = true; in makeTypoCorrectionConsumer()
4562 (IsUnqualifiedLookup || (SS && SS->isSet())); in makeTypoCorrectionConsumer()
4564 if (IsUnqualifiedLookup || SearchNamespaces) { in makeTypoCorrectionConsumer()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp4855 bool IsUnqualifiedLookup = false; in makeTypoCorrectionConsumer() local
4872 IsUnqualifiedLookup = true; in makeTypoCorrectionConsumer()
4879 (IsUnqualifiedLookup || (SS && SS->isSet())); in makeTypoCorrectionConsumer()
4881 if (IsUnqualifiedLookup || SearchNamespaces) { in makeTypoCorrectionConsumer()