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" 
   30std::string 
getIncludePath(
const SourceManager &SM, SourceLocation Loc,
 
std::string getIncludePath(const SourceManager &SM, SourceLocation Loc, const HeaderMapCollector *Collector)
This calculates the include path for Loc.
 
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//