Searched defs:source_root (Results 1 – 4 of 4) sorted by relevance
166 source_root = Path(__file__).resolve().parents[3] global() variable 169 source_root = Path(args.source_root).resolve() global() variable
1364 set(source_root "${LLVM_MAIN_SRC_DIR}") global() variable 1381 set(source_root "${LLVM_MAIN_SRC_DIR}") global() variable
35 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
210 def __init__(self, name, source_root, exec_root, config): argument