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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  131       module.path.push_back(ConstString(component.first->getName()));
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  212   for (ConstString path_component : module.path) {
  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()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  949       module.path.push_back(ConstString(name));
  957           module.path.push_back(ConstString(name));
  959       std::reverse(module.path.begin(), module.path.end());
  959       std::reverse(module.path.begin(), module.path.end());