Home
last modified time | relevance | path

Searched refs:setFromSourceRange (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DReplacement.h136 void setFromSourceRange(const SourceManager &Sources,
365 setFromSourceRange(Sources, Range, ReplacementText, LangOpts); in Replacement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DReplacement.cpp62 setFromSourceRange(Sources, Range, ReplacementText, LangOpts); in Replacement()
148 void Replacement::setFromSourceRange(const SourceManager &Sources, in setFromSourceRange() function in Replacement