13 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_SEMANTICSELECTION_H 14 #define LLVM_CLANG_TOOLS_EXTRA_CLANGD_SEMANTICSELECTION_H 17 #include "llvm/Support/Error.h" 32 #endif // LLVM_CLANG_TOOLS_EXTRA_CLANGD_SEMANTICSELECTION_H
llvm::Expected< std::vector< Range > > getSemanticRanges(ParsedAST &AST, Position Pos)
Returns the list of all interesting ranges around the Position Pos.
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//