We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fca51 commit a44cca0Copy full SHA for a44cca0
clang/include/clang/Basic/SourceManager.h
@@ -1977,7 +1977,6 @@ class SourceManager : public RefCountedBase<SourceManager> {
1977
1978
SourceLocation getExpansionLocSlowCase(SourceLocation Loc) const;
1979
SourceLocation getSpellingLocSlowCase(SourceLocation Loc) const;
1980
- SourceLocation getRefinedSpellingLocSlowCase(SourceLocation Loc) const;
1981
SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
1982
1983
FileIDAndOffset
0 commit comments