Home
last modified time | relevance | path

Searched refs:BuildPath (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp189 auto BuildPath = [](std::vector<std::string> const& Elems) { in test_compare_elements()
197 fs::path LHS = BuildPath(TC.LHSElements);
198 fs::path RHS = BuildPath(TC.RHSElements); in main()
181 auto BuildPath = [](std::vector<std::string> const& Elems) { test_compare_elements() local
/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp87 static cl::opt<std::string> BuildPath("p", cl::desc("Build path"), in init() local
128 if (!BuildPath.empty()) { in init()
130 CompilationDatabase::autoDetectFromDirectory(BuildPath, ErrorMessage); in init()
/llvm-project/clang/tools/clang-diff/
H A DClangDiff.cpp60 static cl::opt<std::string> BuildPath("p", cl::desc("Build path"), cl::init(""), variable
93 BuildPath.empty() ? Filename : BuildPath, ErrorMessage); in getAST()