10#ifndef LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_PATH_CONFIG_H
11#define LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_PATH_CONFIG_H
14#include "clang/Basic/SourceManager.h"
18namespace find_all_symbols {
31 const HeaderMapCollector *Collector =
nullptr);
std::string getIncludePath(const SourceManager &SM, SourceLocation Loc, const HeaderMapCollector *Collector)
This calculates the include path for Loc.
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//