Searched defs:CharRange (Results 1 – 1 of 1) sorted by relevance
64 struct CharRange { struct in __anon17e9ad270111::TransformActionsImpl65 FullSourceLoc Begin, End;67 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) { in CharRange() argument80 RangeComparison compareWith(const CharRange &RHS) const { in compareWith()97 static RangeComparison compare(SourceRange LHS, SourceRange RHS, in compare()