clang-tools
11.0.0
|
#include "Headers.h"
#include "Compiler.h"
#include "Preamble.h"
#include "SourceCode.h"
#include "support/Logger.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/CompilerInvocation.h"
#include "clang/Frontend/FrontendActions.h"
#include "clang/Lex/HeaderSearch.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
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... | |
llvm::Expected< HeaderFile > | clang::clangd::toHeaderFile (llvm::StringRef Header, llvm::StringRef HintPath) |
Creates a HeaderFile from Header which can be either a URI or a literal include. More... | |
llvm::SmallVector< llvm::StringRef, 1 > | clang::clangd::getRankedIncludes (const Symbol &Sym) |
std::unique_ptr< PPCallbacks > | clang::clangd::collectIncludeStructureCallback (const SourceManager &SM, IncludeStructure *Out) |
Returns a PPCallback that visits all inclusions in the main file. More... | |
llvm::raw_ostream & | clang::clangd::operator<< (llvm::raw_ostream &OS, const Inclusion &Inc) |
bool | clang::clangd::operator== (const Inclusion &LHS, const Inclusion &RHS) |