clang-tools
7.0.0
|
#include "AST.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/Basic/SourceManager.h"
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
Functions | |
SourceLocation | clang::clangd::findNameLoc (const clang::Decl *D) |
Find the identifier source location of the given D. More... | |
std::string | clang::clangd::printQualifiedName (const NamedDecl &ND) |
Returns the qualified name of ND. More... | |