clang-tools 17.0.0git
Namespaces | Functions
SystemIncludeExtractor.cpp File Reference
#include "CompileCommands.h"
#include "GlobalCompilationDatabase.h"
#include "support/Logger.h"
#include "support/Path.h"
#include "support/Trace.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Basic/TargetOptions.h"
#include "clang/Driver/Types.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Program.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/ScopedPrinter.h"
#include <algorithm>
#include <iterator>
#include <map>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for SystemIncludeExtractor.cpp:

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::clangd
 

Functions

SystemIncludeExtractorFn clang::clangd::getSystemIncludeExtractor (llvm::ArrayRef< std::string > QueryDriverGlobs)
 

Variable Documentation

◆ SystemIncludes

std::vector<std::string> SystemIncludes

Definition at line 64 of file SystemIncludeExtractor.cpp.

◆ Target

std::string Target

Definition at line 65 of file SystemIncludeExtractor.cpp.