Searched defs:exported_header_dirs (Results 1 – 6 of 6) sorted by relevance
10 pub exported_header_dirs: Vec<&'a Path>, field356 exported_header_dirs: Vec<InternedString>, field367 let exported_header_dirs = Vec::new(); in default() localVariable406 let exported_header_dirs = current.exported_header_dirs.vec(); in current() localVariable
43 let mut exported_header_dirs: BTreeMap<String, Vec<(usize, PathBuf)>> = BTreeMap::new(); in direct_dependencies() localVariable
59 static llvm::cl::list<std::string> exported_header_dirs( variable161 const std::vector<std::string> &exported_header_dirs, in HeaderAbiLinker()
64 static llvm::cl::list<std::string> exported_header_dirs( variable
73 std::vector<std::string> exported_header_dirs{header_dir, libcxx_dir}; in TEST() local
189 CollectAllExportedHeaders(const std::vector<std::string> &exported_header_dirs, in CollectAllExportedHeaders()