Home | History | Annotate | Download | only in Basic

Lines Matching defs:Path

48   // Trim path prefix off, assuming path came from standard cfe path.
64 // Trim path prefix off, assuming path came from standard llvm path.
93 std::string Path = getClangRepositoryPath();
95 if (!Path.empty() || !Revision.empty()) {
97 if (!Path.empty())
98 OS << Path;
100 if (!Path.empty())