Searched defs:CharRange (Results 1 – 2 of 2) sorted by relevance
65 struct CharRange { struct in __anonc73ad7f60111::TransformActionsImpl66 FullSourceLoc Begin, End;68 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) { in CharRange() argument81 RangeComparison compareWith(const CharRange &RHS) const { in compareWith()98 static RangeComparison compare(SourceRange LHS, SourceRange RHS, in compare()
47 } CharRange; member