Home
last modified time | relevance | path

Searched refs:isPairOfFileLocations (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp146 if (!SourceLocation::isPairOfFileLocations(Range.getBegin(), End)) in selectionKindFor()
187 SourceLocation::isPairOfFileLocations(SelectionRange.getBegin(), in findSelectedASTNodes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h175 static bool isPairOfFileLocations(SourceLocation Start, SourceLocation End) { in isPairOfFileLocations() function