Home
last modified time | relevance | path

Searched refs:LocalDiagOpts (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp34 std::optional<DiagnosticOptions> LocalDiagOpts; in createInvocation() local
39 LocalDiagOpts.emplace(); in createInvocation()
41 Opts.VFS ? *Opts.VFS : *llvm::vfs::getRealFileSystem(), *LocalDiagOpts); in createInvocation()