clang-tools  7.0.0
Classes | Namespaces | Functions
Headers.h File Reference
#include "Path.h"
#include "Protocol.h"
#include "SourceCode.h"
#include "clang/Basic/VirtualFileSystem.h"
#include "clang/Format/Format.h"
#include "clang/Lex/HeaderSearch.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Tooling/Inclusions/HeaderIncludes.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Error.h"
Include dependency graph for Headers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  clang::clangd::HeaderFile
 Represents a header file to be #include'd. More...
 
struct  clang::clangd::Inclusion
 
class  clang::clangd::IncludeStructure
 
class  clang::clangd::IncludeInserter
 

Namespaces

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

Functions

bool clang::clangd::isLiteralInclude (llvm::StringRef Include)
 Returns true if Include is literal include like "path" or <path>. More...
 
std::unique_ptr< PPCallbacksclang::clangd::collectIncludeStructureCallback (const SourceManager &SM, IncludeStructure *Out)
 Returns a PPCallback that visits all inclusions in the main file. More...