Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h55 FileSystemOptions FileSystemOpts; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h128 FileSystemOptions FileSystemOpts; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2313 const FileSystemOptions &FileSystemOpts = Opts; GenerateFileSystemArgs() local
2325 FileSystemOptions &FileSystemOpts = Opts; ParseFileSystemArgs() local
H A DASTUnit.cpp792 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