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

References

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/lib/Format/FormatToken.h
  897                JsExtraKeywords.end();
  952                  CSharpExtraKeywords.end();
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
  165   for (const CallExpr *Call : Indexer->getFnCalls(Function))
unittests/Support/FileCheckTest.cpp
   37   for (StringRef S : Set) {
utils/unittest/googletest/include/gtest/gtest-printers.h
  378        it != container.end(); ++it, ++count) {