diff options
Diffstat (limited to 'include/clang/Basic/SourceLocation.h')
-rw-r--r-- | include/clang/Basic/SourceLocation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h index 97080d7442..a77eadd271 100644 --- a/include/clang/Basic/SourceLocation.h +++ b/include/clang/Basic/SourceLocation.h @@ -236,15 +236,15 @@ public: return *SrcMgr; } - FullSourceLoc getLogicalLoc() const; + FullSourceLoc getInstantiationLoc() const; FullSourceLoc getSpellingLoc() const; FullSourceLoc getIncludeLoc() const; unsigned getLineNumber() const; unsigned getColumnNumber() const; - unsigned getLogicalLineNumber() const; - unsigned getLogicalColumnNumber() const; + unsigned getInstantiationLineNumber() const; + unsigned getInstantiationColumnNumber() const; unsigned getSpellingLineNumber() const; unsigned getSpellingColumnNumber() const; |