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" 18 namespace find_all_symbols {
31 const HeaderMapCollector *
Collector =
nullptr);
36 #endif // LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_PATH_CONFIG_H SourceLocation Loc
'#' location in the include directive
std::string getIncludePath(const SourceManager &SM, SourceLocation Loc, const HeaderMapCollector *Collector)
This calculates the include path for Loc.
std::shared_ptr< SymbolCollector > Collector
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//