Searched refs:isPointWithin (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 148 if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End)) in selectionKindFor() 152 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End); in selectionKindFor() 153 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End); in selectionKindFor() 156 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) && in selectionKindFor() 157 SM.isPointWithin(End, SelectionBegin, SelectionEnd)) in selectionKindFor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFinder.cpp | 51 !End.isFileID() || !isPointWithin(Start, End)) in visitSymbolOccurrence() 62 bool isPointWithin(const SourceLocation Start, const SourceLocation End) { in isPointWithin() function in clang::tooling::__anonb517e2ac0111::NamedDeclOccurrenceFindingVisitor
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1650 bool isPointWithin(SourceLocation Location, SourceLocation Start, in isPointWithin() function
|