Home
last modified time | relevance | path

Searched refs:DirectoryName (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dsource.h32 std::string DirectoryName(std::string path);
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h221 struct DirectoryName { struct
614 DirectoryName getUmbrellaDir() const;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dsource.cpp53 std::string DirectoryName(std::string path) { in DirectoryName() function
H A Dprescan.cpp842 prependPath = DirectoryName(currentFile->path()); in FortranInclude()
H A Dpreprocessor.cpp611 prependPath = DirectoryName(currentFile->path()); in Directive()
/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp244 Module::DirectoryName Module::getUmbrellaDir() const { in getUmbrellaDir()
471 } else if (DirectoryName D = getUmbrellaDir()) { in print()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp369 } else if (Module::DirectoryName UmbrellaDir = Module->getUmbrellaDir()) { in collectModuleHeaderIncludes()
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td693 def process_launch_working_dir : Option<"working-dir", "w">, Arg<"DirectoryName">,