Searched defs:FileSystemOpts (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang-tools-extra/modularize/ |
H A D | ModularizeUtilities.h | 211 clang::FileSystemOptions FileSystemOpts; variable
|
/llvm-project/clang/include/clang/Basic/ |
H A D | FileManager.h | 55 FileSystemOptions FileSystemOpts; variable
|
/llvm-project/clang/tools/c-index-test/ |
H A D | core_main.cpp | 263 FileSystemOptions FileSystemOpts; printSourceSymbolsFromModule() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 128 FileSystemOptions FileSystemOpts; variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 2358 const FileSystemOptions &FileSystemOpts = Opts; GenerateFileSystemArgs() local 2370 FileSystemOptions &FileSystemOpts = Opts; ParseFileSystemArgs() local
|
H A D | ASTUnit.cpp | 803 LoadFromASTFile(const std::string & Filename,const PCHContainerReader & PCHContainerRdr,WhatToLoad ToLoad,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,const FileSystemOptions & FileSystemOpts,std::shared_ptr<HeaderSearchOptions> HSOpts,std::shared_ptr<LangOptions> LangOpts,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,bool AllowASTWithCompilerErrors,bool UserFilesAreVolatile,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromASTFile() argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 4013 FileSystemOptions FileSystemOpts; clang_createTranslationUnit2() local
|