14 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_AST_H_ 15 #define LLVM_CLANG_TOOLS_EXTRA_CLANGD_AST_H_ 17 #include "clang/AST/Decl.h" 18 #include "clang/Basic/SourceLocation.h" 39 #endif // LLVM_CLANG_TOOLS_EXTRA_CLANGD_AST_H_ std::string printQualifiedName(const NamedDecl &ND)
Returns the qualified name of ND.
SourceLocation findNameLoc(const clang::Decl *D)
Find the identifier source location of the given D.
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//