aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceLocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Basic/SourceLocation.h')
-rw-r--r--include/clang/Basic/SourceLocation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h
index 6bc45057d5..145e1c8487 100644
--- a/include/clang/Basic/SourceLocation.h
+++ b/include/clang/Basic/SourceLocation.h
@@ -246,6 +246,8 @@ public:
const char* getSourceName() const;
const FileEntry* getFileEntryForLoc() const;
+
+ bool isInSystemHeader() const;
bool isFileID() const { return Loc.isFileID(); }