clang-tools
8.0.0
|
#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Regex.h"
#include <mutex>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::clangd::CanonicalIncludes |
Maps a definition location onto an #include file, based on a set of filename rules. More... | |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
Functions | |
std::unique_ptr< CommentHandler > | clang::clangd::collectIWYUHeaderMaps (CanonicalIncludes *Includes) |
Returns a CommentHandler that parses pragma comment on include files to determine when we should include a different header from the header that directly defines a symbol. More... | |
void | clang::clangd::addSystemHeadersMapping (CanonicalIncludes *Includes) |
Adds mapping for system headers and some special symbols (e.g. More... | |