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 5b1ef99 commit 3ad9c29Copy full SHA for 3ad9c29
clang/lib/DPCT/Utility.h
@@ -221,9 +221,6 @@ llvm::StringRef getIndent(clang::SourceLocation Loc,
221
const clang::SourceManager &SM);
222
223
clang::SourceRange getStmtExpansionSourceRange(const clang::Stmt *S);
224
-clang::SourceRange getStmtSpellingSourceRange(const clang::Stmt *S);
225
-clang::SourceRange getSpellingSourceRange(clang::SourceLocation L1,
226
- clang::SourceLocation L2);
227
size_t calculateExpansionLevel(clang::SourceLocation Loc);
228
/// Get the Stmt spelling
229
std::string getStmtSpelling(const clang::Stmt *E,
0 commit comments