Home
last modified time | relevance | path

Searched refs:path_iterator (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem552 # include <__filesystem/path_iterator.h>
H A Dmodule.modulemap.in1273 module path_iterator { header "__filesystem/path_iterator.h" }
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3670 typedef CXXBaseSpecifier **path_iterator; typedef
3674 path_iterator path_begin() { return path_buffer(); } in path_begin()
3675 path_iterator path_end() { return path_buffer() + path_size(); } in path_end()
3691 llvm::iterator_range<path_iterator> path() { in path()
/freebsd/lib/libc++/
H A Dmodule.modulemap1273 module path_iterator { header "__filesystem/path_iterator.h" }
H A Dlibcxx.imp359 { include: [ "<__filesystem/path_iterator.h>", "private", "<filesystem>", "public" ] },
H A DMakefile1494 FS_HEADERS+= path_iterator.h
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1067 for (CastExpr::path_iterator in VisitCastExpr()
H A DASTReaderStmt.cpp1126 CastExpr::path_iterator BaseI = E->path_begin(); in VisitCastExpr()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmodule.modulemap1274 …_private_filesystem_path_iterator [system] { header "__filesystem/path_iterator.h" }