summaryrefslogtreecommitdiff
path: root/include/clang/Index/Utils.h
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2009-11-04 15:04:32 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2009-11-04 15:04:32 +0000
commit51fb8b013e7734b795139f49d3b1f77c539be20a (patch)
tree59e0e47a9831dcf0e21e547927c8ebb7e113bfd1 /include/clang/Index/Utils.h
parent73490b890977362d28dd6326843a1ecae413921d (diff)
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 36cf56dea203e..f8e01f7286480 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