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

References

lib/CodeGen/LiveStacks.cpp
   79   for (const_iterator I = begin(), E = end(); I != E; ++I) {
lib/DebugInfo/PDB/PDBExtras.cpp
  389   for (auto Tag : Stats) {
lib/LTO/LTO.cpp
  149   for (auto F : ExportList)
  161     for (auto &Fn : Entry.second)
  231     for (auto &ImpF : ImpM.second) {
lib/Transforms/IPO/FunctionImport.cpp
  884     for (auto &GI : ILI.second) {
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
  165   for (const CallExpr *Call : Indexer->getFnCalls(Function))
tools/lldb/source/Plugins/Process/Utility/AuxVector.cpp
   45   for (auto entry : m_auxv_entries) {
unittests/Support/FileCheckTest.cpp
   37   for (StringRef S : Set) {
utils/unittest/googletest/include/gtest/gtest-printers.h
  378        it != container.end(); ++it, ++count) {