aboutsummaryrefslogtreecommitdiffstats
path: root/mutator_aux.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mutator_aux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mutator_aux.h b/mutator_aux.h
index c6baa8e..53ea0ad 100644
--- a/mutator_aux.h
+++ b/mutator_aux.h
@@ -49,6 +49,8 @@ enum class FunctionDeclKind {NoValue, Definition, Declaration};
SourceLocation SourceLocationHasMacro(SourceLocation SL, Rewriter &Rewrite, std::string Kind);
SourceLocation SourceLocationHasMacro(SourceLocation __sl, Rewriter &__rewrite);
+
+SourceLocation getSLSpellingLoc(SourceLocation __sl, Rewriter &__rewrite);
/*********************************************************************************************************************/
bool IsTheMatchInSysHeader(bool SysHeaderFlag, const ast_matchers::MatchFinder::MatchResult &MR, SourceLocation SL);