Home | History | Annotate | Download | only in Format

Lines Matching refs:CharRanges

1991   std::vector<CharSourceRange> CharRanges;
1995 CharRanges.push_back(CharSourceRange::getCharRange(Start, End));
1997 return reformat(Style, Lex, SourceMgr, CharRanges);