clang-tools
7.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< vfs::FileSystem > | FS |
std::string | Contents |
Information required to run clang, e.g. to parse AST or do code completion.
Definition at line 59 of file ClangdUnit.h.
tooling::CompileCommand clang::clangd::ParseInputs::CompileCommand |
Definition at line 60 of file ClangdUnit.h.
Referenced by clang::clangd::buildCompilerInvocation().
std::string clang::clangd::ParseInputs::Contents |
Definition at line 62 of file ClangdUnit.h.
IntrusiveRefCntPtr<vfs::FileSystem> clang::clangd::ParseInputs::FS |
Definition at line 61 of file ClangdUnit.h.
Referenced by clang::clangd::buildCompilerInvocation().