Searched refs:actual_old_text (Results 1 - 1 of 1) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp927 // We need to ensure that |actual_old_text| is the same as
928 // |expected_old_text| - it can be different if |actual_old_text| contains
931 StringRef actual_old_text = clang::Lexer::getSourceText( local
933 if (actual_old_text != expected_old_text)

Completed in 95 milliseconds