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

References

include/llvm/ADT/iterator.h
  169   PointerT operator->() { return &static_cast<DerivedT *>(this)->operator*(); }
lib/Support/Path.cpp
  565 StringRef filename(StringRef path, Style style) { return *rbegin(path, style); }
lib/Support/VirtualFileSystem.cpp
 1475               *I, std::move(Entries),
tools/clang/lib/Frontend/FrontendAction.cpp
  389         Components.push_back(*PathIt);
tools/clang/lib/Lex/PPDirectives.cpp
 1629       if (Component != *RealPathComponentIter) {
 1636         Component = *RealPathComponentIter;
tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  335           Components.emplace_back(*Dir, I);
  388         Dirs.push_back(*Dir);
tools/dsymutil/dsymutil.cpp
  288     StringRef BundleID = *sys::path::rbegin(BundleRoot);
unittests/Support/Path.cpp
  150       ReverseComponentStack.push_back(*ci);
  185     EXPECT_EQ(*sys::path::rbegin(filename), (stem + ext).str());
  288     StringRef LastComponent = *path::rbegin(Path.first, Path.second);
  301     StringRef LastComponent = *path::rbegin(Path.first, Path.second);
usr/include/c++/7.4.0/bits/predefined_ops.h
  241 	{ return *__it == _M_value; }