clang-tools
10.0.0git
|
Information required to run clang, e.g. to parse AST or do code completion. More...
#include <Compiler.h>
Public Attributes | |
tooling::CompileCommand | CompileCommand |
IntrusiveRefCntPtr< llvm::vfs::FileSystem > | FS |
std::string | Contents |
const SymbolIndex * | Index = nullptr |
ParseOptions | Opts |
Information required to run clang, e.g. to parse AST or do code completion.
Definition at line 44 of file Compiler.h.
tooling::CompileCommand clang::clangd::ParseInputs::CompileCommand |
Definition at line 45 of file Compiler.h.
Referenced by clang::clangd::TestTU::build(), clang::clangd::buildCompilerInvocation(), and clang::clangd::buildPreamble().
std::string clang::clangd::ParseInputs::Contents |
Definition at line 47 of file Compiler.h.
Referenced by clang::clangd::TestTU::build(), and clang::clangd::buildPreamble().
IntrusiveRefCntPtr<llvm::vfs::FileSystem> clang::clangd::ParseInputs::FS |
Definition at line 46 of file Compiler.h.
Referenced by clang::clangd::TestTU::build(), clang::clangd::buildCompilerInvocation(), and clang::clangd::buildPreamble().
const SymbolIndex* clang::clangd::ParseInputs::Index = nullptr |
Definition at line 49 of file Compiler.h.
Referenced by clang::clangd::TestTU::build().
ParseOptions clang::clangd::ParseInputs::Opts |
Definition at line 50 of file Compiler.h.
Referenced by clang::clangd::TestTU::build().