Home
last modified time | relevance | path

Searched defs:FileSystemOpts (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h55 FileSystemOptions FileSystemOpts; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h133 FileSystemOptions FileSystemOpts; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp547 const auto &FileSystemOpts = CI.getFileSystemOpts(); in isSafeToIgnoreCWD() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2556 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() local
2568 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs() local
H A DASTUnit.cpp804 const FileSystemOptions &FileSystemOpts, const HeaderSearchOptions &HSOpts, in LoadFromASTFile()