aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceLocation.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-19 07:36:42 +0000
committerChris Lattner <sabre@nondot.org>2009-01-19 07:36:42 +0000
commitb21e5a0fdd9bd6e6c6885428798070f0a9f71295 (patch)
treea4559014d6766a847540d5b9a979c25a30021e2d /include/clang/Basic/SourceLocation.h
parent31530bae788dea5c79e72a1f99a56c3f5c6aa36f (diff)
remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62496 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceLocation.h')
-rw-r--r--include/clang/Basic/SourceLocation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h
index e56ce98026..8def5c5c1a 100644
--- a/include/clang/Basic/SourceLocation.h
+++ b/include/clang/Basic/SourceLocation.h
@@ -283,7 +283,6 @@ public:
const llvm::MemoryBuffer* getBuffer() const;
const char* getSourceName() const;
- const FileEntry* getFileEntryForLoc() const;
bool isInSystemHeader() const;