Home
last modified time | relevance | path

Searched defs:file_type (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/tools/clang_tidy_checks/
H A Dheader_exportable_declarations.cpp220 is_valid_declaration_context(const clang::NamedDecl & decl,std::string_view name,header_exportable_declarations::FileType file_type) is_valid_declaration_context() argument
234 is_module(header_exportable_declarations::FileType file_type) is_module() argument
/llvm-project/libcxx/include/__filesystem/
H A Dfile_type.h25 enum class file_type : signed char { enum
/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h81 using file_type = ModuleFile *; variable
/llvm-project/lldb/unittests/Host/
H A DFileSystemTest.cpp282 VFSCallback(void *baton, llvm::sys::fs::file_type file_type, in VFSCallback()
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h65 enum class file_type { global() enum
[all...]
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp740 DirectoryEnumerator(void * baton,llvm::sys::fs::file_type file_type,llvm::StringRef path) DirectoryEnumerator() argument