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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp51 !End.isFileID() || !isPointWithin(Start, End))
62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { function in class:clang::tooling::__anon2406::NamedDeclOccurrenceFindingVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp148 if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End))
152 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End);
153 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End);
156 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) &&
157 SM.isPointWithin(End, SelectionBegin, SelectionEnd))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1622 bool isPointWithin(SourceLocation Location, SourceLocation Start, function in class:clang::SourceManager

Completed in 61 milliseconds