Home | History | Annotate | Download | only in base_bind_rewriters

Lines Matching refs:SourceManager

17 #include "clang/Basic/SourceManager.h"
95 result.SourceManager->getSpellingLoc(target->getLocStart()),
96 result.SourceManager->getSpellingLoc(target->getArg(0)->getExprLoc())
99 result.SourceManager->getSpellingLoc(target->getRParenLoc()),
100 result.SourceManager->getSpellingLoc(target->getRParenLoc()));
101 replacements_->emplace_back(*result.SourceManager, left, " ");
102 replacements_->emplace_back(*result.SourceManager, r_paren, " ");
114 result.SourceManager->getSpellingLoc(target->getLocStart()),
115 result.SourceManager->getSpellingLoc(
117 replacements_->emplace_back(*result.SourceManager, left, "std::move(");
124 result.SourceManager->getSpellingLoc(target->getLocStart()),
125 result.SourceManager->getSpellingLoc(target->getArg(0)->getExprLoc())
127 replacements_->emplace_back(*result.SourceManager, left, "std::move(*");
172 result.SourceManager->getSpellingLoc(callee->getLocEnd()),
173 result.SourceManager->getSpellingLoc(callee->getLocEnd()));
174 replacements_->emplace_back(*result.SourceManager, range, "BindOnce");
216 result.SourceManager->getSpellingLoc(target->getLocStart()),
217 result.SourceManager->getSpellingLoc(target->getLocStart()));
219 result.SourceManager->getSpellingLoc(type_loc.getLocEnd()),
220 result.SourceManager->getSpellingLoc(type_loc.getLocEnd()));
221 replacements_->emplace_back(*result.SourceManager, const_keyword, " ");
222 replacements_->emplace_back(*result.SourceManager, lvalue_ref, " ");
483 *result.SourceManager,
484 result.SourceManager->getSpellingLoc(target->getLocStart()), 0,
487 *result.SourceManager,
489 *result.SourceManager,
623 result.SourceManager->getSpellingLoc(target->getLocStart()),
624 result.SourceManager->getSpellingLoc(target->getArg(0)->getExprLoc())
628 replacements_->emplace_back(*result.SourceManager, left, " ");
630 result.SourceManager->getSpellingLoc(target->getRParenLoc()),
631 result.SourceManager->getSpellingLoc(target->getRParenLoc()));
632 replacements_->emplace_back(*result.SourceManager, r_paren, " ");