Searched defs:FileSystemOpts (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | FileManager.h | 55 FileSystemOptions FileSystemOpts; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 128 FileSystemOptions FileSystemOpts; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 2313 const FileSystemOptions &FileSystemOpts = Opts; GenerateFileSystemArgs() local 2325 FileSystemOptions &FileSystemOpts = Opts; ParseFileSystemArgs() local
|
H A D | ASTUnit.cpp | 792 LoadFromASTFile(const std::string & Filename,const PCHContainerReader & PCHContainerRdr,WhatToLoad ToLoad,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,const FileSystemOptions & FileSystemOpts,std::shared_ptr<HeaderSearchOptions> HSOpts,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,bool AllowASTWithCompilerErrors,bool UserFilesAreVolatile,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromASTFile() argument
|