clang-tools
8.0.0
|
Information required to run clang, e.g. to parse AST or do code completion. More...
#include <ClangdUnit.h>
Public Attributes | |
tooling::CompileCommand | CompileCommand |
IntrusiveRefCntPtr< llvm::vfs::FileSystem > | FS |
std::string | Contents |
Information required to run clang, e.g. to parse AST or do code completion.
Definition at line 64 of file ClangdUnit.h.
tooling::CompileCommand clang::clangd::ParseInputs::CompileCommand |
Definition at line 65 of file ClangdUnit.h.
Referenced by clang::clangd::buildCompilerInvocation(), and clang::clangd::buildPreamble().
std::string clang::clangd::ParseInputs::Contents |
Definition at line 67 of file ClangdUnit.h.
Referenced by clang::clangd::buildPreamble().
IntrusiveRefCntPtr<llvm::vfs::FileSystem> clang::clangd::ParseInputs::FS |
Definition at line 66 of file ClangdUnit.h.
Referenced by clang::clangd::buildCompilerInvocation(), and clang::clangd::buildPreamble().