Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp87 static cl::opt<std::string> BuildPath("p", cl::desc("Build path"), in init() local
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp181 auto BuildPath = [](std::vector<std::string> const& Elems) { test_compare_elements() local
/llvm-project/clang/tools/clang-diff/
H A DClangDiff.cpp60 static cl::opt<std::string> BuildPath("p", cl::desc("Build path"), cl::init(""), variable