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

References

tools/clang/lib/Sema/SemaLookup.cpp
 1377             while (InnermostFileScope &&
 1378                    !isNamespaceOrTranslationUnitScope(InnermostFileScope))
 1379               InnermostFileScope = InnermostFileScope->getParent();
 1379               InnermostFileScope = InnermostFileScope->getParent();
 1380             UDirs.visitScopeChain(Initial, InnermostFileScope);