clang-tools  8.0.0
Public Attributes | List of all members
clang::clangd::ParseInputs Struct Reference

Information required to run clang, e.g. to parse AST or do code completion. More...

#include <ClangdUnit.h>

Collaboration diagram for clang::clangd::ParseInputs:
[legend]

Public Attributes

tooling::CompileCommand CompileCommand
 
IntrusiveRefCntPtr< llvm::vfs::FileSystem > FS
 
std::string Contents
 

Detailed Description

Information required to run clang, e.g. to parse AST or do code completion.

Definition at line 64 of file ClangdUnit.h.

Member Data Documentation

◆ CompileCommand

tooling::CompileCommand clang::clangd::ParseInputs::CompileCommand

◆ Contents

std::string clang::clangd::ParseInputs::Contents

Definition at line 67 of file ClangdUnit.h.

Referenced by clang::clangd::buildPreamble().

◆ FS

IntrusiveRefCntPtr<llvm::vfs::FileSystem> clang::clangd::ParseInputs::FS

The documentation for this struct was generated from the following file: