Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1916 std::vector<CharSourceRange> CharRanges; in reformat() local
1920 CharRanges.push_back(CharSourceRange::getCharRange(Start, End)); in reformat()
1922 return reformat(Style, Lex, SourceMgr, CharRanges); in reformat()