aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Index/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Index/Utils.h')
-rw-r--r--include/clang/Index/Utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Index/Utils.h b/include/clang/Index/Utils.h
index 36cf56dea203..f8e01f728648 100644
--- a/include/clang/Index/Utils.h
+++ b/include/clang/Index/Utils.h
@@ -18,7 +18,6 @@
namespace clang {
class ASTContext;
class SourceLocation;
- class Decl;
namespace idx {
class ASTLocation;
@@ -28,7 +27,7 @@ namespace idx {
/// \returns the resolved ASTLocation or an invalid ASTLocation if the source
/// location could not be resolved.
ASTLocation ResolveLocationInAST(ASTContext &Ctx, SourceLocation Loc,
- Decl *RelativeToDecl = 0);
+ ASTLocation *LastLoc = 0);
} // end namespace idx