clang-tools 20.0.0git
|
#include "CollectMacros.h"
#include "AST.h"
#include "Protocol.h"
#include "SourceCode.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Tooling/Syntax/Tokens.h"
#include "llvm/ADT/STLExtras.h"
#include <cstddef>
Go to the source code of this file.
Classes | |
class | clang::clangd::CollectPragmaMarks |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
Functions | |
std::unique_ptr< PPCallbacks > | clang::clangd::collectPragmaMarksCallback (const SourceManager &, std::vector< PragmaMark > &Out) |
Collect all pragma marks from the main file. | |