Home
last modified time | relevance | path

Searched defs:CharRange (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp64 struct CharRange { struct in __anon17e9ad270111::TransformActionsImpl
65 FullSourceLoc Begin, End;
67 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) { in CharRange() argument
80 RangeComparison compareWith(const CharRange &RHS) const { in compareWith()
97 static RangeComparison compare(SourceRange LHS, SourceRange RHS, in compare()