Home | History | Annotate | Download | only in Format

Lines Matching refs:Path

28 #include "llvm/Support/Path.h"
1069 /// find the shortest path (the one with lowest penalty) from \p InitialState
1133 std::deque<StateNode *> Path;
1136 Path.push_front(Current);
1139 for (std::deque<StateNode *>::iterator I = Path.begin(), E = Path.end();
2062 SmallString<128> Path(FileName);
2063 llvm::sys::fs::make_absolute(Path);
2064 for (StringRef Directory = Path; !Directory.empty();
2065 Directory = llvm::sys::path::parent_path(Directory)) {
2070 llvm::sys::path::append(ConfigFile, ".clang-format");
2080 llvm::sys::path::append(ConfigFile, "_clang-format");