reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaLookup.cpp
 1139       Lexical = OuterS->getEntity();
 1166   if (!Lexical || !DC || !S->getParent() ||
 1168     return std::make_pair(Lexical, false);
 1188   if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
 1188   if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
 1189       Lexical->Encloses(Semantic))
 1192   return std::make_pair(Lexical, false);