Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp150 if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End)) in selectionKindFor()
154 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End); in selectionKindFor()
155 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End); in selectionKindFor()
158 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) && in selectionKindFor()
159 SM.isPointWithin(End, SelectionBegin, SelectionEnd)) in selectionKindFor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp51 !End.isFileID() || !isPointWithin(Start, End)) in visitSymbolOccurrence()
62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin() function in clang::tooling::__anon9a672b300111::NamedDeclOccurrenceFindingVisitor
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1594 bool isPointWithin(SourceLocation Location, SourceLocation Start, in isPointWithin() function