Searched refs:stem (Results 1 – 6 of 6) sorted by relevance
106 if (file == entry.path()->stem().native()) { in find()120 if (file == entry.path()->stem().native() && in find()171 if (file == entry.path()->stem().native()) { in find()185 if (file == entry.path()->stem().native() && in find()
36 pBuilder.createNode<InputTree::Positional>(path().stem().native(), path()); in activate()273 pBuilder.createNode<InputTree::Positional>(path.stem().native(), path); in activate()
82 Path stem() const;
174 Path Path::stem() const { in stem() function in mcld::sys::fs::Path
241 const std::string Argv0 = llvm::sys::path::stem(argv[0]); in main()
150 std::string name(mcld::sys::fs::Path(prog_name).stem().native()); in ParseProgName()