Searched refs:setFromSourceLocation (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 42 setFromSourceLocation(Sources, Start, Length, ReplacementText); in Replacement() 105 void Replacement::setFromSourceLocation(const SourceManager &Sources, in setFromSourceLocation() function in clang::tooling::Replacement 136 setFromSourceLocation(Sources, Sources.getSpellingLoc(Range.getBegin()), in setFromSourceRange()
|
/external/llvm-project/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 54 setFromSourceLocation(Sources, Start, Length, ReplacementText); in Replacement() 120 void Replacement::setFromSourceLocation(const SourceManager &Sources, in setFromSourceLocation() function in Replacement 151 setFromSourceLocation(Sources, Sources.getSpellingLoc(Range.getBegin()), in setFromSourceRange()
|
/external/clang/include/clang/Tooling/Core/ |
D | Replacement.h | 127 void setFromSourceLocation(const SourceManager &Sources,
|
/external/llvm-project/clang/include/clang/Tooling/Core/ |
D | Replacement.h | 133 void setFromSourceLocation(const SourceManager &Sources, SourceLocation Start,
|