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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  212   for (ConstString path_component : module.path) {
  230   if (module.search_path) {
  231     auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef());
  232     auto path_end = llvm::sys::path::end(module.search_path.GetStringRef());
  233     auto sysroot_begin = llvm::sys::path::begin(module.sysroot.GetStringRef());
  234     auto sysroot_end = llvm::sys::path::end(module.sysroot.GetStringRef());
  243                             module.search_path.AsCString());
  250           HS.getFileMgr().getDirectory(module.search_path.GetStringRef());
  260   if (!HS.lookupModule(module.path.front().GetStringRef())) {
  262                         module.path.front().AsCString());
  274     for (ConstString path_component : module.path) {
  294                         module.path.front().AsCString());
  300   for (auto &component : llvm::ArrayRef<ConstString>(module.path).drop_front()) {