Home
last modified time | relevance | path

Searched defs:DirectoryName (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DModule.h258 struct DirectoryName { global() struct
259 NameAsWrittenDirectoryName global() argument
260 PathRelativeToRootModuleDirectoryDirectoryName global() argument
261 EntryDirectoryName global() argument
/llvm-project/flang/lib/Parser/
H A Dsource.cpp55 std::string DirectoryName(std::string path) { in DirectoryName() function