Searched refs:isPointWithin (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| HD | ASTSelection.cpp | 149 if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End)) in selectionKindFor() 153 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End); in selectionKindFor() 154 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End); in selectionKindFor() 157 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) && in selectionKindFor() 158 SM.isPointWithin(End, SelectionBegin, SelectionEnd)) in selectionKindFor()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| HD | USRFinder.cpp | 50 !End.isFileID() || !isPointWithin(Start, End)) in visitSymbolOccurrence() 61 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin() function in clang::tooling::__anone0d90eb80111::NamedDeclOccurrenceFindingVisitor
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | SourceManager.h | 1655 bool isPointWithin(SourceLocation Location, SourceLocation Start, in isPointWithin() function
|