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

References

include/llvm/Support/YAMLParser.h
  392     for (typename CollectionType::iterator i = begin(C), e = C.end(); i != e;
lib/Remarks/YAMLRemarkParser.cpp
  253       for (yaml::Node &Arg : *Args) {
lib/Support/VirtualFileSystem.cpp
 1366         for (auto &I : *Contents) {
 1523         for (auto &I : *Roots) {
lib/Support/YAMLTraits.cpp
  386     for (Node &SN : *SQ) {
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 2112            AI = SeqNode->begin(), AE = SeqNode->end(); AI != AE; ++AI) {
tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
  345   for (auto &NextObject : *Array) {
  381         for (auto &Argument : *SequenceString) {
tools/clang/tools/extra/clangd/unittests/TraceTests.cpp
  111   ASSERT_NE(Event, Events->end()) << "Expected process name";
  114     ASSERT_NE(++Event, Events->end()) << "Expected thread name";
  117   ASSERT_NE(++Event, Events->end()) << "Expected log message";
  119   ASSERT_NE(++Event, Events->end()) << "Expected span end";
  121   ASSERT_EQ(++Event, Events->end());
tools/sancov/sancov.cpp
  390       for (auto I = Points->begin(), E = Points->end(); I != E; ++I) {
unittests/Support/YAMLParserTest.cpp
  231   EXPECT_EQ(6, std::distance(Array->begin(), Array->end()));
  270   auto End = Node->end();
  285   auto End = Node->end();
  303   auto End = Node->end();
  306   auto AnotherEnd = AnotherNode->end();
  324   auto End = Node->end();
  327   auto AnotherEnd = AnotherNode->end();
utils/yaml-bench/YAMLBench.cpp
  103     for (yaml::SequenceNode::iterator i = sn->begin(), e = sn->end();