Searched refs:LeftStartingScope (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1069 bool LeftStartingScope = false; local
1085 if (!LeftStartingScope && !Initial->isDeclScope(*I))
1086 LeftStartingScope = true;
1091 if (LeftStartingScope && !((*I)->hasLinkage()) &&
1640 bool LeftStartingScope = false;
1649 if (!LeftStartingScope && !S->isDeclScope(*I))
1650 LeftStartingScope = true;
1654 if (LeftStartingScope && !((*I)->hasLinkage())) {

Completed in 56 milliseconds