[AST] Remove unused and undefined `TypeLoc::IgnoreMacroDefinitions` function. NFC
authorIlya Biryukov <ibiryukov@google.com>
Fri, 29 Nov 2019 10:10:01 +0000 (11:10 +0100)
committerIlya Biryukov <ibiryukov@google.com>
Fri, 29 Nov 2019 10:21:07 +0000 (11:21 +0100)
Looks like an accidental leftover from the older version of the code.

clang/include/clang/AST/TypeLoc.h

index f305680..7f1d429 100644 (file)
@@ -173,9 +173,6 @@ public:
 
   TypeLoc IgnoreParens() const;
 
-  /// Strips MacroDefinitionTypeLocs from a type location.
-  TypeLoc IgnoreMacroDefinitions() const;
-
   /// Find a type with the location of an explicit type qualifier.
   ///
   /// The result, if non-null, will be one of: