]> granicus.if.org Git - clang/commitdiff
Renamed getFullSourceLoc() -> getFullLoc().
authorTed Kremenek <kremenek@apple.com>
Wed, 12 Dec 2007 18:46:37 +0000 (18:46 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 12 Dec 2007 18:46:37 +0000 (18:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44949 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/Preprocessor.h

index 5469c1108e579f4234d71043235b63049c9ba38d..134a0e95cf415956f27fc1a2b7667fea74b09e50 100644 (file)
@@ -152,7 +152,7 @@ public:
   IdentifierTable &getIdentifierTable() { return Identifiers; }
   SelectorTable &getSelectorTable() { return Selectors; }
   
-  inline FullSourceLoc getFullSourceLoc(SourceLocation Loc) {
+  inline FullSourceLoc getFullLoc(SourceLocation Loc) {
     return FullSourceLoc(Loc,getSourceManager());
   }