| 36 | } |
| 37 | |
| 38 | void Location::setLocation(const clang::SourceManager &SM, |
| 39 | const clang::Stmt &node) { |
| 40 | setLocation(SM, node.getSourceRange()); |
| 41 | } |
| 42 | |
| 43 | // Ref : lib/Tooling/Core/Replacement.cpp#L120 |
| 44 | void Location::setLocation(const clang::SourceManager &SM, |
nothing calls this directly
no test coverage detected