Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h135 void setFromSourceRange(const SourceManager &Sources,
367 setFromSourceRange(Sources, Range, ReplacementText, LangOpts); in Replacement()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp61 setFromSourceRange(Sources, Range, ReplacementText, LangOpts); in Replacement()
148 void Replacement::setFromSourceRange(const SourceManager &Sources, in setFromSourceRange() function in Replacement