diff options
Diffstat (limited to 'clang-tools-extra/clangd/ClangdUnit.h')
-rw-r--r-- | clang-tools-extra/clangd/ClangdUnit.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang-tools-extra/clangd/ClangdUnit.h b/clang-tools-extra/clangd/ClangdUnit.h index a735430da4b..6fc87775d2f 100644 --- a/clang-tools-extra/clangd/ClangdUnit.h +++ b/clang-tools-extra/clangd/ClangdUnit.h @@ -187,11 +187,6 @@ buildAST(PathRef FileName, std::unique_ptr<CompilerInvocation> Invocation, const ParseInputs &Inputs, std::shared_ptr<const PreambleData> Preamble); -/// Get the beginning SourceLocation at a specified \p Pos. -/// May be invalid if Pos is, or if there's no identifier. -SourceLocation getBeginningOfIdentifier(const ParsedAST &Unit, - const Position &Pos, const FileID FID); - /// For testing/debugging purposes. Note that this method deserializes all /// unserialized Decls, so use with care. void dumpAST(ParsedAST &AST, llvm::raw_ostream &OS); |