Home
last modified time | relevance | path

Searched refs:ExtractedRange (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp105 SourceRange ExtractedRange(Code[0]->getBeginLoc(), in createSourceReplacements() local
150 Code[Code.size() - 1], ExtractedRange, SM, LangOpts); in createSourceReplacements()
167 OS << ExtractedCodeRewriter.getRewrittenText(ExtractedRange); in createSourceReplacements()
188 SM, CharSourceRange::getTokenRange(ExtractedRange), OS.str()); in createSourceReplacements()
H A DSourceExtraction.cpp69 ExtractionSemicolonPolicy::compute(const Stmt *S, SourceRange &ExtractedRange, in compute() argument
94 SourceLocation End = ExtractedRange.getEnd(); in compute()
103 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
H A DSourceExtraction.h36 SourceRange &ExtractedRange,